Html Css Color HEX #F009A8 Hollywood Cerise

📋 copy color: '#F009A8'

red 240 ◦ green 9 ◦ blue 168

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

Shades of Hollywood Cerise #F009A8

Tints of Hollywood Cerise #F009A8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 57.55%
G = 2.16%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F009A8 (or 0xF009A8) is known color: Hollywood Cerise. HEX triplet: F0, 09 and A8. RGB value is (240,9,168). Sum of RGB (Red+Green+Blue) = 240+9+168=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F009A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009A8 is #0FF657. Grayscale: #5F5F5F. Windows color (decimal): -1046104 or 11012592. OLE color: 11012592.

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

Color convert

RGB 240 9 168 -
CMYK 0 0.96 0.3 0.06
HSL 318.7º 0.93% 0.49% -
HSV(B) 318.7º 0.96% 0.94% -
XYZ 43.1 21.55 38.93 -
YUV 96.2 168.53 230.57 -
System Red Green Blue C M Y K H S L
Decimal 240 9 168 0 0.96 0.3 0.06 318.7 0.93 0.49
Hex F0 9 A8 0 60 1E 6 13F 5D 31
Octal 360 11 250 0 140 36 6 477 135 61
Binary 11110000 1001 10101000 0 1100000 11110 110 100111111 1011101 110001

Color Harmonies of #F009A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009A8

Black with #F009A8

Text Example


Text Example

White with #F009A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009A8; }

 p { color: rgb(240,9,168); }

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

background-color css

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

 a { background-color: rgb(240,9,168); }

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

border-color css

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

 span { border-color: rgb(240,9,168); }

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