Shades of Deep Pink #F81184
Tints of Deep Pink #F81184
RGB
CMYK
RGB Variations
Color information
#F81184 (or 0xF81184) is known color: Deep Pink. HEX triplet: F8, 11 and 84. RGB value is (248,17,132). Sum of RGB (Red+Green+Blue) = 248+17+132=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F81184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81184 is #07EE7B. Grayscale: #626262. Windows color (decimal): -519804 or 8655352. OLE color: 8655352.
HSL color Cylindrical-coordinate representation of color #F81184: hue angle of 330.13º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81184 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 132 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.03 |
| HSL | 330.13º | 0.94% | 0.52% | - |
| HSV(B) | 330.13º | 0.93% | 0.97% | - |
| XYZ | 43.08 | 22.02 | 23.81 | - |
| YUV | 99.18 | 146.53 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 132 | 0 | 0.93 | 0.47 | 0.03 | 330.13 | 0.94 | 0.52 |
| Hex | F8 | 11 | 84 | 0 | 5D | 2F | 3 | 14A | 5E | 34 |
| Octal | 370 | 21 | 204 | 0 | 135 | 57 | 3 | 512 | 136 | 64 |
| Binary | 11111000 | 10001 | 10000100 | 0 | 1011101 | 101111 | 11 | 101001010 | 1011110 | 110100 |
Color Harmonies of #F81184
Complementary color
Monochromatic Colors of #F81184
Black with #F81184
Text Example
Text Example
White with #F81184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81184; }
p { color: rgb(248,17,132); }
H1.HeaderClassName
{
color: #F81184;
}
.AnyTagClassName
{
color: #F81184;
}
</style>
background-color css
<style>
a { background-color: #F81184; }
a { background-color: rgb(248,17,132); }
div.DivClassName
{
background-color: #F81184;
}
.BgClassName
{
background-color: #F81184;
}
</style>
border-color css
<style>
span { border-color: #F81184; }
span { border-color: rgb(248,17,132); }
td.TdClassName
{
border-color: #F81184;
}
.TagClassName
{
border-color: #F81184;
}
</style>