Shades of Deep Pink #F81792
Tints of Deep Pink #F81792
RGB
CMYK
RGB Variations
Color information
#F81792 (or 0xF81792) is known color: Deep Pink. HEX triplet: F8, 17 and 92. RGB value is (248,23,146). Sum of RGB (Red+Green+Blue) = 248+23+146=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F81792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81792 is #07E86D. Grayscale: #686868. Windows color (decimal): -518254 or 9574392. OLE color: 9574392.
HSL color Cylindrical-coordinate representation of color #F81792: hue angle of 327.2º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81792 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 146 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.03 |
| HSL | 327.2º | 0.94% | 0.53% | - |
| HSV(B) | 327.2º | 0.91% | 0.97% | - |
| XYZ | 44.21 | 22.64 | 29.24 | - |
| YUV | 104.3 | 151.54 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 146 | 0 | 0.91 | 0.41 | 0.03 | 327.2 | 0.94 | 0.53 |
| Hex | F8 | 17 | 92 | 0 | 5B | 29 | 3 | 147 | 5E | 35 |
| Octal | 370 | 27 | 222 | 0 | 133 | 51 | 3 | 507 | 136 | 65 |
| Binary | 11111000 | 10111 | 10010010 | 0 | 1011011 | 101001 | 11 | 101000111 | 1011110 | 110101 |
Color Harmonies of #F81792
Complementary color
Monochromatic Colors of #F81792
Black with #F81792
Text Example
Text Example
White with #F81792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81792; }
p { color: rgb(248,23,146); }
H1.HeaderClassName
{
color: #F81792;
}
.AnyTagClassName
{
color: #F81792;
}
</style>
background-color css
<style>
a { background-color: #F81792; }
a { background-color: rgb(248,23,146); }
div.DivClassName
{
background-color: #F81792;
}
.BgClassName
{
background-color: #F81792;
}
</style>
border-color css
<style>
span { border-color: #F81792; }
span { border-color: rgb(248,23,146); }
td.TdClassName
{
border-color: #F81792;
}
.TagClassName
{
border-color: #F81792;
}
</style>