Shades of Deep Pink #F91792
Tints of Deep Pink #F91792
RGB
CMYK
RGB Variations
Color information
#F91792 (or 0xF91792) is known color: Deep Pink. HEX triplet: F9, 17 and 92. RGB value is (249,23,146). Sum of RGB (Red+Green+Blue) = 249+23+146=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F91792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91792 is #06E86D. Grayscale: #686868. Windows color (decimal): -452718 or 9574393. OLE color: 9574393.
HSL color Cylindrical-coordinate representation of color #F91792: hue angle of 327.35º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91792 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 146 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.02 |
| HSL | 327.35º | 0.95% | 0.53% | - |
| HSV(B) | 327.35º | 0.91% | 0.98% | - |
| XYZ | 44.56 | 22.83 | 29.25 | - |
| YUV | 104.6 | 151.37 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 146 | 0 | 0.91 | 0.41 | 0.02 | 327.35 | 0.95 | 0.53 |
| Hex | F9 | 17 | 92 | 0 | 5B | 29 | 2 | 147 | 5F | 35 |
| Octal | 371 | 27 | 222 | 0 | 133 | 51 | 2 | 507 | 137 | 65 |
| Binary | 11111001 | 10111 | 10010010 | 0 | 1011011 | 101001 | 10 | 101000111 | 1011111 | 110101 |
Color Harmonies of #F91792
Complementary color
Monochromatic Colors of #F91792
Black with #F91792
Text Example
Text Example
White with #F91792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91792; }
p { color: rgb(249,23,146); }
H1.HeaderClassName
{
color: #F91792;
}
.AnyTagClassName
{
color: #F91792;
}
</style>
background-color css
<style>
a { background-color: #F91792; }
a { background-color: rgb(249,23,146); }
div.DivClassName
{
background-color: #F91792;
}
.BgClassName
{
background-color: #F91792;
}
</style>
border-color css
<style>
span { border-color: #F91792; }
span { border-color: rgb(249,23,146); }
td.TdClassName
{
border-color: #F91792;
}
.TagClassName
{
border-color: #F91792;
}
</style>