Shades of Deep Pink #F81994
Tints of Deep Pink #F81994
RGB
CMYK
RGB Variations
Color information
#F81994 (or 0xF81994) is known color: Deep Pink. HEX triplet: F8, 19 and 94. RGB value is (248,25,148). Sum of RGB (Red+Green+Blue) = 248+25+148=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F81994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81994 is #07E66B. Grayscale: #696969. Windows color (decimal): -517740 or 9705976. OLE color: 9705976.
HSL color Cylindrical-coordinate representation of color #F81994: hue angle of 326.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81994 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 148 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.03 |
| HSL | 326.91º | 0.94% | 0.54% | - |
| HSV(B) | 326.91º | 0.9% | 0.97% | - |
| XYZ | 44.4 | 22.79 | 30.08 | - |
| YUV | 105.7 | 151.88 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 148 | 0 | 0.90 | 0.40 | 0.03 | 326.91 | 0.94 | 0.54 |
| Hex | F8 | 19 | 94 | 0 | 5A | 28 | 3 | 147 | 5E | 36 |
| Octal | 370 | 31 | 224 | 0 | 132 | 50 | 3 | 507 | 136 | 66 |
| Binary | 11111000 | 11001 | 10010100 | 0 | 1011010 | 101000 | 11 | 101000111 | 1011110 | 110110 |
Color Harmonies of #F81994
Complementary color
Monochromatic Colors of #F81994
Black with #F81994
Text Example
Text Example
White with #F81994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81994; }
p { color: rgb(248,25,148); }
H1.HeaderClassName
{
color: #F81994;
}
.AnyTagClassName
{
color: #F81994;
}
</style>
background-color css
<style>
a { background-color: #F81994; }
a { background-color: rgb(248,25,148); }
div.DivClassName
{
background-color: #F81994;
}
.BgClassName
{
background-color: #F81994;
}
</style>
border-color css
<style>
span { border-color: #F81994; }
span { border-color: rgb(248,25,148); }
td.TdClassName
{
border-color: #F81994;
}
.TagClassName
{
border-color: #F81994;
}
</style>