#F60B91

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

Shades of Deep Pink #F60B91

Tints of Deep Pink #F60B91

Color information

#F60B91 (or 0xF60B91) is unknown color: approx Deep Pink. HEX triplet: F6, 0B and 91. RGB value is (246,11,145). Sum of RGB (Red+Green+Blue) = 246+11+145=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B91 is #09F46E. Grayscale: #606060. Windows color (decimal): -652399 or 9505782. OLE color: 9505782.

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

Color convert

RGB24611145-
CMYK00.960.410.04
HSL325.79º92.89%50.39%-
HSV(B)325.79º95.53%96.47%-
XYZ43.2421.8828.73-
YUV96.54155.36234.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.19%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=61.19%
G=2.74%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461114500.960.410.04325.7992.8950.39
HexF6B910602941465d32
Octal36613221014051450613562
Binary11110110101110010001011000001010011001010001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B91; }

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

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

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

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

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

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

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

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