Html Css Color HEX #F9009D Hollywood Cerise

📋 copy color: '#F9009D'

red 249 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #F9009D

Tints of Hollywood Cerise #F9009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 61.33%
G = 0%
B = 38.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9009D (or 0xF9009D) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 9D. RGB value is (249,0,157). Sum of RGB (Red+Green+Blue) = 249+0+157=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9009D is #06FF62. Grayscale: #5B5B5B. Windows color (decimal): -458595 or 10289401. OLE color: 10289401.

HSL color Cylindrical-coordinate representation of color #F9009D: hue angle of 322.17º 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 #F9009D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 157 -
CMYK 0 1 0.37 0.02
HSL 322.17º 1% 0.49% -
HSV(B) 322.17º 1% 0.98% -
XYZ 45.15 22.57 33.88 -
YUV 92.35 164.49 239.73 -
System Red Green Blue C M Y K H S L
Decimal 249 0 157 0 1 0.37 0.02 322.17 1 0.49
Hex F9 0 9D 0 64 25 2 142 64 31
Octal 371 0 235 0 144 45 2 502 144 61
Binary 11111001 0 10011101 0 1100100 100101 10 101000010 1100100 110001

Color Harmonies of #F9009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9009D

Black with #F9009D

Text Example


Text Example

White with #F9009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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