Html Css Color HEX #F005A9 Hollywood Cerise

📋 copy color: '#F005A9'

red 240 ◦ green 5 ◦ blue 169

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

Shades of Hollywood Cerise #F005A9

Tints of Hollywood Cerise #F005A9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 57.97%
G = 1.21%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F005A9 (or 0xF005A9) is known color: Hollywood Cerise. HEX triplet: F0, 05 and A9. RGB value is (240,5,169). Sum of RGB (Red+Green+Blue) = 240+5+169=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F005A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F005A9 is #0FFA56. Grayscale: #5D5D5D. Windows color (decimal): -1047127 or 11077104. OLE color: 11077104.

HSL color Cylindrical-coordinate representation of color #F005A9: hue angle of 318.13º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005A9 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 169 -
CMYK 0 0.98 0.30 0.06
HSL 318.13º 0.96% 0.48% -
HSV(B) 318.13º 0.98% 0.94% -
XYZ 43.15 21.5 39.41 -
YUV 93.96 170.36 232.16 -
System Red Green Blue C M Y K H S L
Decimal 240 5 169 0 0.98 0.30 0.06 318.13 0.96 0.48
Hex F0 5 A9 0 62 1E 6 13E 60 30
Octal 360 5 251 0 142 36 6 476 140 60
Binary 11110000 101 10101001 0 1100010 11110 110 100111110 1100000 110000

Color Harmonies of #F005A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005A9

Black with #F005A9

Text Example


Text Example

White with #F005A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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