Html Css Color HEX #F00996 Hollywood Cerise

📋 copy color: '#F00996'

red 240 ◦ green 9 ◦ blue 150

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

Shades of Hollywood Cerise #F00996

Tints of Hollywood Cerise #F00996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 60.15%
G = 2.26%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F00996 (or 0xF00996) is known color: Hollywood Cerise. HEX triplet: F0, 09 and 96. RGB value is (240,9,150). Sum of RGB (Red+Green+Blue) = 240+9+150=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F00996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00996 is #0FF669. Grayscale: #5D5D5D. Windows color (decimal): -1046122 or 9832944. OLE color: 9832944.

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

Color convert

RGB 240 9 150 -
CMYK 0 0.96 0.37 0.06
HSL 323.38º 0.93% 0.49% -
HSV(B) 323.38º 0.96% 0.94% -
XYZ 41.54 20.92 30.7 -
YUV 94.14 159.53 232.04 -
System Red Green Blue C M Y K H S L
Decimal 240 9 150 0 0.96 0.37 0.06 323.38 0.93 0.49
Hex F0 9 96 0 60 25 6 143 5D 31
Octal 360 11 226 0 140 45 6 503 135 61
Binary 11110000 1001 10010110 0 1100000 100101 110 101000011 1011101 110001

Color Harmonies of #F00996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00996

Black with #F00996

Text Example


Text Example

White with #F00996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00996; }

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

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

background-color css

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

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

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

border-color css

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

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

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