Color Hex Logo

#f245ea Color Hex

#F245EA
(242,69,234)
0 Favorites   0 Comments

Color spaces of #f245ea

RGB 24269234
HSL0.840.870.61
HSV303°71°95°
CMYK 0.000.710.03   0.05
XYZ53.597429.074080.6289
Yxy29.07400.32820.1780
Hunter Lab53.920383.0705-50.9142
CIE-Lab60.846981.8475-48.4477

#f245ea color RGB value is (242,69,234).

#f245ea hex color red value is 242, green value is 69 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f245ea hue: 0.84 , saturation: 0.87 and the lightness value of f245ea is 0.61.

The process color (four color CMYK) of #f245ea color hex is 0.00, 0.71, 0.03, 0.05. Web safe color of #f245ea is #ff33ff. Color #f245ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000101 11101010
Octal 362 105 352
Decimal 242 69 234
Hex F2 45 EA

RGB Percentages of Color #f245ea

%44.40
%12.66
%42.94

CMYK Percentages of Color #f245ea

%0
%71
%3
%5

Triadic Colors of #f245ea

#f245ea #eaf245 #45eaf2

Analogous Colors of #f245ea

#f245ea #f24594 #a445f2

Monochromatic Colors of #f245ea

#f245ea

Complementary Color

#f245ea #45f24d

#f245ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f245ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f245ea Color CSS Codes

.mybgcolor {background-color:#f245ea; } 
.myforecolor {color:#f245ea; }
.mybordercolor {border:3px solid #f245ea; }

#f245ea Text Font Color

<p style="color:#f245ea">Text here</p>

This sample text font color is #f245ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f245ea Background Color

<div style="background-color:#f245ea">
Div content here</div>

This div background color is #f245ea


#f245ea Border Color

<div style="border:3px solid #f245ea">
Div here</div>

This div border color is #f245ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,69,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f245ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f245ea;
  -webkit-box-shadow: 1px 1px 3px 2px #f245ea;
  box-shadow:         1px 1px 3px 2px #f245ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,69,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f245ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f245ea;
  -webkit-box-shadow: 1px 1px 3px 2px #f245ea;
  box-shadow:         1px 1px 3px 2px #f245ea;">
Div content here</div>

This div box has shadow with color #f245ea


Comments

No comments written yet.

Please login to write comment.