Shades of Deep Pink #F61192
Tints of Deep Pink #F61192
RGB
CMYK
RGB Variations
Color information
#F61192 (or 0xF61192) is known color: Deep Pink. HEX triplet: F6, 11 and 92. RGB value is (246,17,146). Sum of RGB (Red+Green+Blue) = 246+17+146=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F61192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61192 is #09EE6D. Grayscale: #636363. Windows color (decimal): -650862 or 9572854. OLE color: 9572854.
HSL color Cylindrical-coordinate representation of color #F61192: hue angle of 326.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61192 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 146 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.04 |
| HSL | 326.2º | 0.93% | 0.52% | - |
| HSV(B) | 326.2º | 0.93% | 0.96% | - |
| XYZ | 43.39 | 22.07 | 29.17 | - |
| YUV | 100.18 | 153.87 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 146 | 0 | 0.93 | 0.41 | 0.04 | 326.2 | 0.93 | 0.52 |
| Hex | F6 | 11 | 92 | 0 | 5D | 29 | 4 | 146 | 5D | 34 |
| Octal | 366 | 21 | 222 | 0 | 135 | 51 | 4 | 506 | 135 | 64 |
| Binary | 11110110 | 10001 | 10010010 | 0 | 1011101 | 101001 | 100 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F61192
Complementary color
Monochromatic Colors of #F61192
Black with #F61192
Text Example
Text Example
White with #F61192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61192; }
p { color: rgb(246,17,146); }
H1.HeaderClassName
{
color: #F61192;
}
.AnyTagClassName
{
color: #F61192;
}
</style>
background-color css
<style>
a { background-color: #F61192; }
a { background-color: rgb(246,17,146); }
div.DivClassName
{
background-color: #F61192;
}
.BgClassName
{
background-color: #F61192;
}
</style>
border-color css
<style>
span { border-color: #F61192; }
span { border-color: rgb(246,17,146); }
td.TdClassName
{
border-color: #F61192;
}
.TagClassName
{
border-color: #F61192;
}
</style>