Html Css Color HEX #F00A97 Hollywood Cerise

📋 copy color: '#F00A97'

red 240 ◦ green 10 ◦ blue 151

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

Shades of Hollywood Cerise #F00A97

Tints of Hollywood Cerise #F00A97

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

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

R = 59.85%
G = 2.49%
B = 37.66%

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

#F00A97 (or 0xF00A97) is known color: Hollywood Cerise. HEX triplet: F0, 0A and 97. RGB value is (240,10,151). Sum of RGB (Red+Green+Blue) = 240+10+151=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A97 is #0FF568. Grayscale: #5E5E5E. Windows color (decimal): -1045865 or 9898736. OLE color: 9898736.

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

Color convert

RGB 240 10 151 -
CMYK 0 0.96 0.37 0.06
HSL 323.22º 0.92% 0.49% -
HSV(B) 323.22º 0.96% 0.94% -
XYZ 41.63 20.98 31.13 -
YUV 94.84 159.7 231.54 -
System Red Green Blue C M Y K H S L
Decimal 240 10 151 0 0.96 0.37 0.06 323.22 0.92 0.49
Hex F0 A 97 0 60 25 6 143 5C 31
Octal 360 12 227 0 140 45 6 503 134 61
Binary 11110000 1010 10010111 0 1100000 100101 110 101000011 1011100 110001

Color Harmonies of #F00A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A97

Black with #F00A97

Text Example


Text Example

White with #F00A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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