Html Css Color HEX #F00997 Hollywood Cerise

📋 copy color: '#F00997'

red 240 ◦ green 9 ◦ blue 151

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

Shades of Hollywood Cerise #F00997

Tints of Hollywood Cerise #F00997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 60%
G = 2.25%
B = 37.75%

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

#F00997 (or 0xF00997) is known color: Hollywood Cerise. HEX triplet: F0, 09 and 97. RGB value is (240,9,151). Sum of RGB (Red+Green+Blue) = 240+9+151=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F00997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00997 is #0FF668. Grayscale: #5D5D5D. Windows color (decimal): -1046121 or 9898480. OLE color: 9898480.

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

Color convert

RGB 240 9 151 -
CMYK 0 0.96 0.37 0.06
HSL 323.12º 0.93% 0.49% -
HSV(B) 323.12º 0.96% 0.94% -
XYZ 41.62 20.96 31.13 -
YUV 94.26 160.03 231.95 -
System Red Green Blue C M Y K H S L
Decimal 240 9 151 0 0.96 0.37 0.06 323.12 0.93 0.49
Hex F0 9 97 0 60 25 6 143 5D 31
Octal 360 11 227 0 140 45 6 503 135 61
Binary 11110000 1001 10010111 0 1100000 100101 110 101000011 1011101 110001

Color Harmonies of #F00997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00997

Black with #F00997

Text Example


Text Example

White with #F00997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00997; }

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

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

background-color css

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

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

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

border-color css

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

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

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