Html Css Color HEX #F00FA9 Hollywood Cerise

📋 copy color: '#F00FA9'

red 240 ◦ green 15 ◦ blue 169

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

Shades of Hollywood Cerise #F00FA9

Tints of Hollywood Cerise #F00FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.54%

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 56.6%
G = 3.54%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F00FA9 (or 0xF00FA9) is known color: Hollywood Cerise. HEX triplet: F0, 0F and A9. RGB value is (240,15,169). Sum of RGB (Red+Green+Blue) = 240+15+169=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FA9 is #0FF056. Grayscale: #636363. Windows color (decimal): -1044567 or 11079664. OLE color: 11079664.

HSL color Cylindrical-coordinate representation of color #F00FA9: hue angle of 318.93º degrees, saturation: 0.88, 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 #F00FA9 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 15 169 -
CMYK 0 0.94 0.30 0.06
HSL 318.93º 0.88% 0.5% -
HSV(B) 318.93º 0.94% 0.94% -
XYZ 43.27 21.73 39.45 -
YUV 99.83 167.04 227.98 -
System Red Green Blue C M Y K H S L
Decimal 240 15 169 0 0.94 0.30 0.06 318.93 0.88 0.5
Hex F0 F A9 0 5E 1E 6 13F 58 32
Octal 360 17 251 0 136 36 6 477 130 62
Binary 11110000 1111 10101001 0 1011110 11110 110 100111111 1011000 110010

Color Harmonies of #F00FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FA9

Black with #F00FA9

Text Example


Text Example

White with #F00FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FA9; }

 p { color: rgb(240,15,169); }

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

background-color css

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

 a { background-color: rgb(240,15,169); }

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

border-color css

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

 span { border-color: rgb(240,15,169); }

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