#F60DA6

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

Shades of Hollywood Cerise #F60DA6

Tints of Hollywood Cerise #F60DA6

Color information

#F60DA6 (or 0xF60DA6) is unknown color: approx Hollywood Cerise. HEX triplet: F6, 0D and A6. RGB value is (246,13,166). Sum of RGB (Red+Green+Blue) = 246+13+166=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60DA6 is #09F259. Grayscale: #636363. Windows color (decimal): -651866 or 10882550. OLE color: 10882550.

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

Color convert

RGB24613166-
CMYK00.950.330.04
HSL320.6º92.83%50.78%-
HSV(B)320.6º94.72%96.47%-
XYZ45.0322.6338.07-
YUV100.11165.19232.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.88%
GREEN value IS 13 (5.47% from 255) = 3.06%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=57.88%
G=3.06%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461316600.950.330.04320.692.8350.78
HexF6DA605F2141415d33
Octal36615246013741450113563
Binary11110110110110100110010111111000011001010000011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60DA6; }

 p { color: rgb(246,13,166); }

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

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

 a { background-color: rgb(246,13,166); }

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

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

 span { border-color: rgb(246,13,166); }

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