Shades of Deep Pink #F60792
Tints of Deep Pink #F60792
RGB
CMYK
RGB Variations
Color information
#F60792 (or 0xF60792) is known color: Deep Pink. HEX triplet: F6, 07 and 92. RGB value is (246,7,146). Sum of RGB (Red+Green+Blue) = 246+7+146=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F60792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60792 is #09F86D. Grayscale: #5D5D5D. Windows color (decimal): -653422 or 9570294. OLE color: 9570294.
HSL color Cylindrical-coordinate representation of color #F60792: hue angle of 325.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60792 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.04 |
| HSL | 325.1º | 0.94% | 0.5% | - |
| HSV(B) | 325.1º | 0.97% | 0.96% | - |
| XYZ | 43.27 | 21.82 | 29.13 | - |
| YUV | 94.31 | 157.18 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 146 | 0 | 0.97 | 0.41 | 0.04 | 325.1 | 0.94 | 0.5 |
| Hex | F6 | 7 | 92 | 0 | 61 | 29 | 4 | 145 | 5E | 32 |
| Octal | 366 | 7 | 222 | 0 | 141 | 51 | 4 | 505 | 136 | 62 |
| Binary | 11110110 | 111 | 10010010 | 0 | 1100001 | 101001 | 100 | 101000101 | 1011110 | 110010 |
Color Harmonies of #F60792
Complementary color
Monochromatic Colors of #F60792
Black with #F60792
Text Example
Text Example
White with #F60792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60792; }
p { color: rgb(246,7,146); }
H1.HeaderClassName
{
color: #F60792;
}
.AnyTagClassName
{
color: #F60792;
}
</style>
background-color css
<style>
a { background-color: #F60792; }
a { background-color: rgb(246,7,146); }
div.DivClassName
{
background-color: #F60792;
}
.BgClassName
{
background-color: #F60792;
}
</style>
border-color css
<style>
span { border-color: #F60792; }
span { border-color: rgb(246,7,146); }
td.TdClassName
{
border-color: #F60792;
}
.TagClassName
{
border-color: #F60792;
}
</style>