Shades of Deep Pink #F81892
Tints of Deep Pink #F81892
RGB
CMYK
RGB Variations
Color information
#F81892 (or 0xF81892) is known color: Deep Pink. HEX triplet: F8, 18 and 92. RGB value is (248,24,146). Sum of RGB (Red+Green+Blue) = 248+24+146=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F81892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81892 is #07E76D. Grayscale: #686868. Windows color (decimal): -517998 or 9574648. OLE color: 9574648.
HSL color Cylindrical-coordinate representation of color #F81892: hue angle of 327.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81892 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 146 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.03 |
| HSL | 327.32º | 0.94% | 0.53% | - |
| HSV(B) | 327.32º | 0.9% | 0.97% | - |
| XYZ | 44.23 | 22.69 | 29.24 | - |
| YUV | 104.88 | 151.21 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 146 | 0 | 0.90 | 0.41 | 0.03 | 327.32 | 0.94 | 0.53 |
| Hex | F8 | 18 | 92 | 0 | 5A | 29 | 3 | 147 | 5E | 35 |
| Octal | 370 | 30 | 222 | 0 | 132 | 51 | 3 | 507 | 136 | 65 |
| Binary | 11111000 | 11000 | 10010010 | 0 | 1011010 | 101001 | 11 | 101000111 | 1011110 | 110101 |
Color Harmonies of #F81892
Complementary color
Monochromatic Colors of #F81892
Black with #F81892
Text Example
Text Example
White with #F81892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81892; }
p { color: rgb(248,24,146); }
H1.HeaderClassName
{
color: #F81892;
}
.AnyTagClassName
{
color: #F81892;
}
</style>
background-color css
<style>
a { background-color: #F81892; }
a { background-color: rgb(248,24,146); }
div.DivClassName
{
background-color: #F81892;
}
.BgClassName
{
background-color: #F81892;
}
</style>
border-color css
<style>
span { border-color: #F81892; }
span { border-color: rgb(248,24,146); }
td.TdClassName
{
border-color: #F81892;
}
.TagClassName
{
border-color: #F81892;
}
</style>