#F60FA8

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

Shades of Hollywood Cerise #F60FA8

Tints of Hollywood Cerise #F60FA8

Color information

#F60FA8 (or 0xF60FA8) is unknown color: approx Hollywood Cerise. HEX triplet: F6, 0F and A8. RGB value is (246,15,168). Sum of RGB (Red+Green+Blue) = 246+15+168=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60FA8 is #09F057. Grayscale: #656565. Windows color (decimal): -651352 or 11014134. OLE color: 11014134.

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

Color convert

RGB24615168-
CMYK00.940.320.04
HSL320.26º92.77%51.18%-
HSV(B)320.26º93.9%96.47%-
XYZ45.2422.7639.05-
YUV101.51165.53231.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.34%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=57.34%
G=3.50%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461516800.940.320.04320.2692.7751.18
HexF6FA805E2041405d33
Octal36617250013640450013563
Binary11110110111110101000010111101000001001010000001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60FA8; }

 p { color: rgb(246,15,168); }

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

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

 a { background-color: rgb(246,15,168); }

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

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

 span { border-color: rgb(246,15,168); }

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