#F60B92

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

Shades of Deep Pink #F60B92

Tints of Deep Pink #F60B92

Color information

#F60B92 (or 0xF60B92) is unknown color: approx Deep Pink. HEX triplet: F6, 0B and 92. RGB value is (246,11,146). Sum of RGB (Red+Green+Blue) = 246+11+146=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B92 is #09F46D. Grayscale: #606060. Windows color (decimal): -652398 or 9571318. OLE color: 9571318.

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

Color convert

RGB24611146-
CMYK00.960.410.04
HSL325.53º92.89%50.39%-
HSV(B)325.53º95.53%96.47%-
XYZ43.3121.9129.14-
YUV96.66155.86234.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.04%
GREEN value IS 11 (4.69% from 255) = 2.73%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=61.04%
G=2.73%
B=36.23%

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
Decimal2461114600.960.410.04325.5392.8950.39
HexF6B920602941465d32
Octal36613222014051450613562
Binary11110110101110010010011000001010011001010001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B92; }

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

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

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

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

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

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

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

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