Shades of Deep Pink #F81C92
Tints of Deep Pink #F81C92
RGB
CMYK
RGB Variations
Color information
#F81C92 (or 0xF81C92) is known color: Deep Pink. HEX triplet: F8, 1C and 92. RGB value is (248,28,146). Sum of RGB (Red+Green+Blue) = 248+28+146=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81C92 is #07E36D. Grayscale: #6A6A6A. Windows color (decimal): -516974 or 9575672. OLE color: 9575672.
HSL color Cylindrical-coordinate representation of color #F81C92: hue angle of 327.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C92 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 146 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.03 |
| HSL | 327.82º | 0.94% | 0.54% | - |
| HSV(B) | 327.82º | 0.89% | 0.97% | - |
| XYZ | 44.31 | 22.86 | 29.27 | - |
| YUV | 107.23 | 149.89 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 146 | 0 | 0.89 | 0.41 | 0.03 | 327.82 | 0.94 | 0.54 |
| Hex | F8 | 1C | 92 | 0 | 59 | 29 | 3 | 148 | 5E | 36 |
| Octal | 370 | 34 | 222 | 0 | 131 | 51 | 3 | 510 | 136 | 66 |
| Binary | 11111000 | 11100 | 10010010 | 0 | 1011001 | 101001 | 11 | 101001000 | 1011110 | 110110 |
Color Harmonies of #F81C92
Complementary color
Monochromatic Colors of #F81C92
Black with #F81C92
Text Example
Text Example
White with #F81C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C92; }
p { color: rgb(248,28,146); }
H1.HeaderClassName
{
color: #F81C92;
}
.AnyTagClassName
{
color: #F81C92;
}
</style>
background-color css
<style>
a { background-color: #F81C92; }
a { background-color: rgb(248,28,146); }
div.DivClassName
{
background-color: #F81C92;
}
.BgClassName
{
background-color: #F81C92;
}
</style>
border-color css
<style>
span { border-color: #F81C92; }
span { border-color: rgb(248,28,146); }
td.TdClassName
{
border-color: #F81C92;
}
.TagClassName
{
border-color: #F81C92;
}
</style>