Html Css Color HEX #F009A2 Hollywood Cerise

📋 copy color: '#F009A2'

red 240 ◦ green 9 ◦ blue 162

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

Shades of Hollywood Cerise #F009A2

Tints of Hollywood Cerise #F009A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.42%

R = 58.39%
G = 2.19%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F009A2 (or 0xF009A2) is known color: Hollywood Cerise. HEX triplet: F0, 09 and A2. RGB value is (240,9,162). Sum of RGB (Red+Green+Blue) = 240+9+162=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F009A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009A2 is #0FF65D. Grayscale: #5F5F5F. Windows color (decimal): -1046110 or 10619376. OLE color: 10619376.

HSL color Cylindrical-coordinate representation of color #F009A2: hue angle of 320.26º 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 #F009A2 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 162 -
CMYK 0 0.96 0.32 0.06
HSL 320.26º 0.93% 0.49% -
HSV(B) 320.26º 0.96% 0.94% -
XYZ 42.55 21.33 36.06 -
YUV 95.51 165.53 231.06 -
System Red Green Blue C M Y K H S L
Decimal 240 9 162 0 0.96 0.32 0.06 320.26 0.93 0.49
Hex F0 9 A2 0 60 20 6 140 5D 31
Octal 360 11 242 0 140 40 6 500 135 61
Binary 11110000 1001 10100010 0 1100000 100000 110 101000000 1011101 110001

Color Harmonies of #F009A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009A2

Black with #F009A2

Text Example


Text Example

White with #F009A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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