Shades of Deep Pink #F81584
Tints of Deep Pink #F81584
RGB
CMYK
RGB Variations
Color information
#F81584 (or 0xF81584) is known color: Deep Pink. HEX triplet: F8, 15 and 84. RGB value is (248,21,132). Sum of RGB (Red+Green+Blue) = 248+21+132=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81584 is #07EA7B. Grayscale: #656565. Windows color (decimal): -518780 or 8656376. OLE color: 8656376.
HSL color Cylindrical-coordinate representation of color #F81584: hue angle of 330.66º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81584 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 132 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.03 |
| HSL | 330.66º | 0.94% | 0.53% | - |
| HSV(B) | 330.66º | 0.92% | 0.97% | - |
| XYZ | 43.14 | 22.16 | 23.83 | - |
| YUV | 101.53 | 145.21 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 132 | 0 | 0.92 | 0.47 | 0.03 | 330.66 | 0.94 | 0.53 |
| Hex | F8 | 15 | 84 | 0 | 5C | 2F | 3 | 14B | 5E | 35 |
| Octal | 370 | 25 | 204 | 0 | 134 | 57 | 3 | 513 | 136 | 65 |
| Binary | 11111000 | 10101 | 10000100 | 0 | 1011100 | 101111 | 11 | 101001011 | 1011110 | 110101 |
Color Harmonies of #F81584
Complementary color
Monochromatic Colors of #F81584
Black with #F81584
Text Example
Text Example
White with #F81584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81584; }
p { color: rgb(248,21,132); }
H1.HeaderClassName
{
color: #F81584;
}
.AnyTagClassName
{
color: #F81584;
}
</style>
background-color css
<style>
a { background-color: #F81584; }
a { background-color: rgb(248,21,132); }
div.DivClassName
{
background-color: #F81584;
}
.BgClassName
{
background-color: #F81584;
}
</style>
border-color css
<style>
span { border-color: #F81584; }
span { border-color: rgb(248,21,132); }
td.TdClassName
{
border-color: #F81584;
}
.TagClassName
{
border-color: #F81584;
}
</style>