#F60FA7

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

Shades of Hollywood Cerise #F60FA7

Tints of Hollywood Cerise #F60FA7

Color information

#F60FA7 (or 0xF60FA7) is unknown color: approx Hollywood Cerise. HEX triplet: F6, 0F and A7. RGB value is (246,15,167). Sum of RGB (Red+Green+Blue) = 246+15+167=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60FA7 is #09F058. Grayscale: #656565. Windows color (decimal): -651353 or 10948598. OLE color: 10948598.

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

Color convert

RGB24615167-
CMYK00.940.320.04
HSL320.52º92.77%51.18%-
HSV(B)320.52º93.9%96.47%-
XYZ45.1522.7238.57-
YUV101.4165.03231.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.48%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=57.48%
G=3.50%
B=39.02%

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
Decimal2461516700.940.320.04320.5292.7751.18
HexF6FA705E2041415d33
Octal36617247013640450113563
Binary11110110111110100111010111101000001001010000011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60FA7; }

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

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

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

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

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

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

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

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