#F60997

Color #F60997 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F60997

Tints of Hollywood Cerise #F60997

Color information

#F60997 (or 0xF60997) is unknown color: approx Hollywood Cerise. HEX triplet: F6, 09 and 97. RGB value is (246,9,151). Sum of RGB (Red+Green+Blue) = 246+9+151=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F60997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60997 is #09F668. Grayscale: #5F5F5F. Windows color (decimal): -652905 or 9898486. OLE color: 9898486.

HSL color Cylindrical-coordinate representation of color #F60997: hue angle of 324.05º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60997 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB2469151-
CMYK00.960.390.04
HSL324.05º92.94%50%-
HSV(B)324.05º96.34%96.47%-
XYZ43.6922.0231.23-
YUV96.05159.02234.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60.59%
GREEN value IS 9 (3.91% from 255) = 2.22%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=60.59%
G=2.22%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246915100.960.390.04324.0592.9450
HexF69970602741445d32
Octal36611227014047450413562
Binary11110110100110010111011000001001111001010001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60997; }

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

 H1.HeaderClassName
 {
   color: #F60997;
 }
 .AnyTagClassName
 {
   color: #F60997;
 }
</style>
background-color css

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

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

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

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

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

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