Shades of Deep Pink #F81982
Tints of Deep Pink #F81982
RGB
CMYK
RGB Variations
Color information
#F81982 (or 0xF81982) is known color: Deep Pink. HEX triplet: F8, 19 and 82. RGB value is (248,25,130). Sum of RGB (Red+Green+Blue) = 248+25+130=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F81982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81982 is #07E67D. Grayscale: #676767. Windows color (decimal): -517758 or 8526328. OLE color: 8526328.
HSL color Cylindrical-coordinate representation of color #F81982: hue angle of 331.75º 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 #F81982 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 130 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.03 |
| HSL | 331.75º | 0.94% | 0.54% | - |
| HSV(B) | 331.75º | 0.9% | 0.97% | - |
| XYZ | 43.09 | 22.26 | 23.15 | - |
| YUV | 103.65 | 142.88 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 130 | 0 | 0.90 | 0.48 | 0.03 | 331.75 | 0.94 | 0.54 |
| Hex | F8 | 19 | 82 | 0 | 5A | 30 | 3 | 14C | 5E | 36 |
| Octal | 370 | 31 | 202 | 0 | 132 | 60 | 3 | 514 | 136 | 66 |
| Binary | 11111000 | 11001 | 10000010 | 0 | 1011010 | 110000 | 11 | 101001100 | 1011110 | 110110 |
Color Harmonies of #F81982
Complementary color
Monochromatic Colors of #F81982
Black with #F81982
Text Example
Text Example
White with #F81982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81982; }
p { color: rgb(248,25,130); }
H1.HeaderClassName
{
color: #F81982;
}
.AnyTagClassName
{
color: #F81982;
}
</style>
background-color css
<style>
a { background-color: #F81982; }
a { background-color: rgb(248,25,130); }
div.DivClassName
{
background-color: #F81982;
}
.BgClassName
{
background-color: #F81982;
}
</style>
border-color css
<style>
span { border-color: #F81982; }
span { border-color: rgb(248,25,130); }
td.TdClassName
{
border-color: #F81982;
}
.TagClassName
{
border-color: #F81982;
}
</style>