#F60FA6

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

Shades of Hollywood Cerise #F60FA6

Tints of Hollywood Cerise #F60FA6

Color information

#F60FA6 (or 0xF60FA6) is unknown color: approx Hollywood Cerise. HEX triplet: F6, 0F and A6. RGB value is (246,15,166). Sum of RGB (Red+Green+Blue) = 246+15+166=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60FA6 is #09F059. Grayscale: #646464. Windows color (decimal): -651354 or 10883062. OLE color: 10883062.

HSL color Cylindrical-coordinate representation of color #F60FA6: hue angle of 320.78º 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 #F60FA6 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB24615166-
CMYK00.940.330.04
HSL320.78º92.77%51.18%-
HSV(B)320.78º93.9%96.47%-
XYZ45.0622.6938.08-
YUV101.28164.53231.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.61%
GREEN value IS 15 (6.25% from 255) = 3.51%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=57.61%
G=3.51%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461516600.940.330.04320.7892.7751.18
HexF6FA605E2141415d33
Octal36617246013641450113563
Binary11110110111110100110010111101000011001010000011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60FA6; }

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

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

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

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

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

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

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

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