Html Css Color HEX #F9009F Hollywood Cerise

📋 copy color: '#F9009F'

red 249 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #F9009F

Tints of Hollywood Cerise #F9009F

RGB

 RED value IS 249 (97.66% from 255) = 61.03%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 61.03%
G = 0%
B = 38.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9009F (or 0xF9009F) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 9F. RGB value is (249,0,159). Sum of RGB (Red+Green+Blue) = 249+0+159=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9009F is #06FF60. Grayscale: #5C5C5C. Windows color (decimal): -458593 or 10420473. OLE color: 10420473.

HSL color Cylindrical-coordinate representation of color #F9009F: hue angle of 321.69º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9009F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 159 -
CMYK 0 1 0.36 0.02
HSL 321.69º 1% 0.49% -
HSV(B) 321.69º 1% 0.98% -
XYZ 45.32 22.64 34.78 -
YUV 92.58 165.49 239.57 -
System Red Green Blue C M Y K H S L
Decimal 249 0 159 0 1 0.36 0.02 321.69 1 0.49
Hex F9 0 9F 0 64 24 2 142 64 31
Octal 371 0 237 0 144 44 2 502 144 61
Binary 11111001 0 10011111 0 1100100 100100 10 101000010 1100100 110001

Color Harmonies of #F9009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9009F

Black with #F9009F

Text Example


Text Example

White with #F9009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9009F; }

 p { color: rgb(249,0,159); }

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

background-color css

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

 a { background-color: rgb(249,0,159); }

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

border-color css

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

 span { border-color: rgb(249,0,159); }

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