Shades of Deep Pink #F81D7C
Tints of Deep Pink #F81D7C
RGB
CMYK
RGB Variations
Color information
#F81D7C (or 0xF81D7C) is known color: Deep Pink. HEX triplet: F8, 1D and 7C. RGB value is (248,29,124). Sum of RGB (Red+Green+Blue) = 248+29+124=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D7C is #07E283. Grayscale: #696969. Windows color (decimal): -516740 or 8134136. OLE color: 8134136.
HSL color Cylindrical-coordinate representation of color #F81D7C: hue angle of 333.97º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81D7C is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 124 | - |
| CMYK | 0 | 0.88 | 0.5 | 0.03 |
| HSL | 333.97º | 0.94% | 0.54% | - |
| HSV(B) | 333.97º | 0.88% | 0.97% | - |
| XYZ | 42.79 | 22.29 | 21.12 | - |
| YUV | 105.31 | 138.55 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 124 | 0 | 0.88 | 0.5 | 0.03 | 333.97 | 0.94 | 0.54 |
| Hex | F8 | 1D | 7C | 0 | 58 | 32 | 3 | 14E | 5E | 36 |
| Octal | 370 | 35 | 174 | 0 | 130 | 62 | 3 | 516 | 136 | 66 |
| Binary | 11111000 | 11101 | 1111100 | 0 | 1011000 | 110010 | 11 | 101001110 | 1011110 | 110110 |
Color Harmonies of #F81D7C
Complementary color
Monochromatic Colors of #F81D7C
Black with #F81D7C
Text Example
Text Example
White with #F81D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D7C; }
p { color: rgb(248,29,124); }
H1.HeaderClassName
{
color: #F81D7C;
}
.AnyTagClassName
{
color: #F81D7C;
}
</style>
background-color css
<style>
a { background-color: #F81D7C; }
a { background-color: rgb(248,29,124); }
div.DivClassName
{
background-color: #F81D7C;
}
.BgClassName
{
background-color: #F81D7C;
}
</style>
border-color css
<style>
span { border-color: #F81D7C; }
span { border-color: rgb(248,29,124); }
td.TdClassName
{
border-color: #F81D7C;
}
.TagClassName
{
border-color: #F81D7C;
}
</style>