#F60B87

Color #F60B87 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F60B87

Tints of Deep Pink #F60B87

Color information

#F60B87 (or 0xF60B87) is unknown color: approx Deep Pink. HEX triplet: F6, 0B and 87. RGB value is (246,11,135). Sum of RGB (Red+Green+Blue) = 246+11+135=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B87 is #09F478. Grayscale: #5F5F5F. Windows color (decimal): -652409 or 8850422. OLE color: 8850422.

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

Color convert

RGB24611135-
CMYK00.960.450.04
HSL328.34º92.89%50.39%-
HSV(B)328.34º95.53%96.47%-
XYZ42.521.5824.85-
YUV95.4150.36235.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 62.76%
GREEN value IS 11 (4.69% from 255) = 2.81%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=62.76%
G=2.81%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461113500.960.450.04328.3492.8950.39
HexF6B870602D41485d32
Octal36613207014055451013562
Binary11110110101110000111011000001011011001010010001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B87; }

 p { color: rgb(246,11,135); }

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

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

 a { background-color: rgb(246,11,135); }

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

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

 span { border-color: rgb(246,11,135); }

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