Shades of Deep Pink #F81699
Tints of Deep Pink #F81699
RGB
CMYK
RGB Variations
Color information
#F81699 (or 0xF81699) is known color: Deep Pink. HEX triplet: F8, 16 and 99. RGB value is (248,22,153). Sum of RGB (Red+Green+Blue) = 248+22+153=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F81699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81699 is #07E966. Grayscale: #686868. Windows color (decimal): -518503 or 10032888. OLE color: 10032888.
HSL color Cylindrical-coordinate representation of color #F81699: hue angle of 325.22º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81699 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 153 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.03 |
| HSL | 325.22º | 0.94% | 0.53% | - |
| HSV(B) | 325.22º | 0.91% | 0.97% | - |
| XYZ | 44.75 | 22.83 | 32.19 | - |
| YUV | 104.51 | 155.37 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 153 | 0 | 0.91 | 0.38 | 0.03 | 325.22 | 0.94 | 0.53 |
| Hex | F8 | 16 | 99 | 0 | 5B | 26 | 3 | 145 | 5E | 35 |
| Octal | 370 | 26 | 231 | 0 | 133 | 46 | 3 | 505 | 136 | 65 |
| Binary | 11111000 | 10110 | 10011001 | 0 | 1011011 | 100110 | 11 | 101000101 | 1011110 | 110101 |
Color Harmonies of #F81699
Complementary color
Monochromatic Colors of #F81699
Black with #F81699
Text Example
Text Example
White with #F81699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81699; }
p { color: rgb(248,22,153); }
H1.HeaderClassName
{
color: #F81699;
}
.AnyTagClassName
{
color: #F81699;
}
</style>
background-color css
<style>
a { background-color: #F81699; }
a { background-color: rgb(248,22,153); }
div.DivClassName
{
background-color: #F81699;
}
.BgClassName
{
background-color: #F81699;
}
</style>
border-color css
<style>
span { border-color: #F81699; }
span { border-color: rgb(248,22,153); }
td.TdClassName
{
border-color: #F81699;
}
.TagClassName
{
border-color: #F81699;
}
</style>