Shades of Deep Pink #F81084
Tints of Deep Pink #F81084
RGB
CMYK
RGB Variations
Color information
#F81084 (or 0xF81084) is known color: Deep Pink. HEX triplet: F8, 10 and 84. RGB value is (248,16,132). Sum of RGB (Red+Green+Blue) = 248+16+132=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F81084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81084 is #07EF7B. Grayscale: #626262. Windows color (decimal): -520060 or 8655096. OLE color: 8655096.
HSL color Cylindrical-coordinate representation of color #F81084: hue angle of 330º 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 #F81084 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 132 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.03 |
| HSL | 330º | 0.94% | 0.52% | - |
| HSV(B) | 330º | 0.94% | 0.97% | - |
| XYZ | 43.06 | 21.99 | 23.81 | - |
| YUV | 98.59 | 146.86 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 132 | 0 | 0.94 | 0.47 | 0.03 | 330 | 0.94 | 0.52 |
| Hex | F8 | 10 | 84 | 0 | 5E | 2F | 3 | 14A | 5E | 34 |
| Octal | 370 | 20 | 204 | 0 | 136 | 57 | 3 | 512 | 136 | 64 |
| Binary | 11111000 | 10000 | 10000100 | 0 | 1011110 | 101111 | 11 | 101001010 | 1011110 | 110100 |
Color Harmonies of #F81084
Complementary color
Monochromatic Colors of #F81084
Black with #F81084
Text Example
Text Example
White with #F81084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81084; }
p { color: rgb(248,16,132); }
H1.HeaderClassName
{
color: #F81084;
}
.AnyTagClassName
{
color: #F81084;
}
</style>
background-color css
<style>
a { background-color: #F81084; }
a { background-color: rgb(248,16,132); }
div.DivClassName
{
background-color: #F81084;
}
.BgClassName
{
background-color: #F81084;
}
</style>
border-color css
<style>
span { border-color: #F81084; }
span { border-color: rgb(248,16,132); }
td.TdClassName
{
border-color: #F81084;
}
.TagClassName
{
border-color: #F81084;
}
</style>