Html Css Color HEX #F00EAF Hollywood Cerise

📋 copy color: '#F00EAF'

red 240 ◦ green 14 ◦ blue 175

#F00EAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #F00EAF

Tints of Hollywood Cerise #F00EAF

RGB

 RED value IS 240 (94.14% from 255) = 55.94%

 GREEN value IS 14 (5.86% from 255) = 3.26%

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 55.94%
G = 3.26%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F00EAF (or 0xF00EAF) is known color: Hollywood Cerise. HEX triplet: F0, 0E and AF. RGB value is (240,14,175). Sum of RGB (Red+Green+Blue) = 240+14+175=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EAF is #0FF150. Grayscale: #636363. Windows color (decimal): -1044817 or 11472624. OLE color: 11472624.

HSL color Cylindrical-coordinate representation of color #F00EAF: hue angle of 317.26º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EAF is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 14 175 -
CMYK 0 0.94 0.27 0.06
HSL 317.26º 0.89% 0.5% -
HSV(B) 317.26º 0.94% 0.94% -
XYZ 43.83 21.93 42.48 -
YUV 99.93 170.37 227.91 -
System Red Green Blue C M Y K H S L
Decimal 240 14 175 0 0.94 0.27 0.06 317.26 0.89 0.5
Hex F0 E AF 0 5E 1B 6 13D 59 32
Octal 360 16 257 0 136 33 6 475 131 62
Binary 11110000 1110 10101111 0 1011110 11011 110 100111101 1011001 110010

Color Harmonies of #F00EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EAF

Black with #F00EAF

Text Example


Text Example

White with #F00EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EAF; }

 p { color: rgb(240,14,175); }

 H1.HeaderClassName
 {
   color: #F00EAF;
 }
 .AnyTagClassName
 {
   color: #F00EAF;
 }
</style>

background-color css

<style>
 a { background-color: #F00EAF; }

 a { background-color: rgb(240,14,175); }

 div.DivClassName
 {
   background-color: #F00EAF;
 }
 .BgClassName
 {
   background-color: #F00EAF;
 }
</style>

border-color css

<style>
 span { border-color: #F00EAF; }

 span { border-color: rgb(240,14,175); }

 td.TdClassName
 {
   border-color: #F00EAF;
 }
 .TagClassName
 {
   border-color: #F00EAF;
 }
</style>