Shades of Deep Pink #F81884
Tints of Deep Pink #F81884
RGB
CMYK
RGB Variations
Color information
#F81884 (or 0xF81884) is known color: Deep Pink. HEX triplet: F8, 18 and 84. RGB value is (248,24,132). Sum of RGB (Red+Green+Blue) = 248+24+132=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F81884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81884 is #07E77B. Grayscale: #676767. Windows color (decimal): -518012 or 8657144. OLE color: 8657144.
HSL color Cylindrical-coordinate representation of color #F81884: hue angle of 331.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81884 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 132 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.03 |
| HSL | 331.07º | 0.94% | 0.53% | - |
| HSV(B) | 331.07º | 0.9% | 0.97% | - |
| XYZ | 43.2 | 22.28 | 23.85 | - |
| YUV | 103.29 | 144.21 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 132 | 0 | 0.90 | 0.47 | 0.03 | 331.07 | 0.94 | 0.53 |
| Hex | F8 | 18 | 84 | 0 | 5A | 2F | 3 | 14B | 5E | 35 |
| Octal | 370 | 30 | 204 | 0 | 132 | 57 | 3 | 513 | 136 | 65 |
| Binary | 11111000 | 11000 | 10000100 | 0 | 1011010 | 101111 | 11 | 101001011 | 1011110 | 110101 |
Color Harmonies of #F81884
Complementary color
Monochromatic Colors of #F81884
Black with #F81884
Text Example
Text Example
White with #F81884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81884; }
p { color: rgb(248,24,132); }
H1.HeaderClassName
{
color: #F81884;
}
.AnyTagClassName
{
color: #F81884;
}
</style>
background-color css
<style>
a { background-color: #F81884; }
a { background-color: rgb(248,24,132); }
div.DivClassName
{
background-color: #F81884;
}
.BgClassName
{
background-color: #F81884;
}
</style>
border-color css
<style>
span { border-color: #F81884; }
span { border-color: rgb(248,24,132); }
td.TdClassName
{
border-color: #F81884;
}
.TagClassName
{
border-color: #F81884;
}
</style>