Shades of Deep Pink #F81082
Tints of Deep Pink #F81082
RGB
CMYK
RGB Variations
Color information
#F81082 (or 0xF81082) is known color: Deep Pink. HEX triplet: F8, 10 and 82. RGB value is (248,16,130). Sum of RGB (Red+Green+Blue) = 248+16+130=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F81082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81082 is #07EF7D. Grayscale: #626262. Windows color (decimal): -520062 or 8524024. OLE color: 8524024.
HSL color Cylindrical-coordinate representation of color #F81082: hue angle of 330.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81082 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 130 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.03 |
| HSL | 330.52º | 0.94% | 0.52% | - |
| HSV(B) | 330.52º | 0.94% | 0.97% | - |
| XYZ | 42.93 | 21.94 | 23.09 | - |
| YUV | 98.36 | 145.86 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 130 | 0 | 0.94 | 0.48 | 0.03 | 330.52 | 0.94 | 0.52 |
| Hex | F8 | 10 | 82 | 0 | 5E | 30 | 3 | 14B | 5E | 34 |
| Octal | 370 | 20 | 202 | 0 | 136 | 60 | 3 | 513 | 136 | 64 |
| Binary | 11111000 | 10000 | 10000010 | 0 | 1011110 | 110000 | 11 | 101001011 | 1011110 | 110100 |
Color Harmonies of #F81082
Complementary color
Monochromatic Colors of #F81082
Black with #F81082
Text Example
Text Example
White with #F81082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81082; }
p { color: rgb(248,16,130); }
H1.HeaderClassName
{
color: #F81082;
}
.AnyTagClassName
{
color: #F81082;
}
</style>
background-color css
<style>
a { background-color: #F81082; }
a { background-color: rgb(248,16,130); }
div.DivClassName
{
background-color: #F81082;
}
.BgClassName
{
background-color: #F81082;
}
</style>
border-color css
<style>
span { border-color: #F81082; }
span { border-color: rgb(248,16,130); }
td.TdClassName
{
border-color: #F81082;
}
.TagClassName
{
border-color: #F81082;
}
</style>