Shades of Deep Pink #F61792
Tints of Deep Pink #F61792
RGB
CMYK
RGB Variations
Color information
#F61792 (or 0xF61792) is known color: Deep Pink. HEX triplet: F6, 17 and 92. RGB value is (246,23,146). Sum of RGB (Red+Green+Blue) = 246+23+146=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F61792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61792 is #09E86D. Grayscale: #676767. Windows color (decimal): -649326 or 9574390. OLE color: 9574390.
HSL color Cylindrical-coordinate representation of color #F61792: hue angle of 326.91º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61792 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 146 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.04 |
| HSL | 326.91º | 0.93% | 0.53% | - |
| HSV(B) | 326.91º | 0.91% | 0.96% | - |
| XYZ | 43.5 | 22.28 | 29.2 | - |
| YUV | 103.7 | 151.88 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 146 | 0 | 0.91 | 0.41 | 0.04 | 326.91 | 0.93 | 0.53 |
| Hex | F6 | 17 | 92 | 0 | 5B | 29 | 4 | 147 | 5D | 35 |
| Octal | 366 | 27 | 222 | 0 | 133 | 51 | 4 | 507 | 135 | 65 |
| Binary | 11110110 | 10111 | 10010010 | 0 | 1011011 | 101001 | 100 | 101000111 | 1011101 | 110101 |
Color Harmonies of #F61792
Complementary color
Monochromatic Colors of #F61792
Black with #F61792
Text Example
Text Example
White with #F61792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61792; }
p { color: rgb(246,23,146); }
H1.HeaderClassName
{
color: #F61792;
}
.AnyTagClassName
{
color: #F61792;
}
</style>
background-color css
<style>
a { background-color: #F61792; }
a { background-color: rgb(246,23,146); }
div.DivClassName
{
background-color: #F61792;
}
.BgClassName
{
background-color: #F61792;
}
</style>
border-color css
<style>
span { border-color: #F61792; }
span { border-color: rgb(246,23,146); }
td.TdClassName
{
border-color: #F61792;
}
.TagClassName
{
border-color: #F61792;
}
</style>