Shades of Deep Pink #F81D8D
Tints of Deep Pink #F81D8D
RGB
CMYK
RGB Variations
Color information
#F81D8D (or 0xF81D8D) is known color: Deep Pink. HEX triplet: F8, 1D and 8D. RGB value is (248,29,141). Sum of RGB (Red+Green+Blue) = 248+29+141=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81D8D is #07E272. Grayscale: #6B6B6B. Windows color (decimal): -516723 or 9248248. OLE color: 9248248.
HSL color Cylindrical-coordinate representation of color #F81D8D: hue angle of 329.32º 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 #F81D8D is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 141 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.03 |
| HSL | 329.32º | 0.94% | 0.54% | - |
| HSV(B) | 329.32º | 0.88% | 0.97% | - |
| XYZ | 43.96 | 22.76 | 27.28 | - |
| YUV | 107.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 141 | 0 | 0.88 | 0.43 | 0.03 | 329.32 | 0.94 | 0.54 |
| Hex | F8 | 1D | 8D | 0 | 58 | 2B | 3 | 149 | 5E | 36 |
| Octal | 370 | 35 | 215 | 0 | 130 | 53 | 3 | 511 | 136 | 66 |
| Binary | 11111000 | 11101 | 10001101 | 0 | 1011000 | 101011 | 11 | 101001001 | 1011110 | 110110 |
Color Harmonies of #F81D8D
Complementary color
Monochromatic Colors of #F81D8D
Black with #F81D8D
Text Example
Text Example
White with #F81D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D8D; }
p { color: rgb(248,29,141); }
H1.HeaderClassName
{
color: #F81D8D;
}
.AnyTagClassName
{
color: #F81D8D;
}
</style>
background-color css
<style>
a { background-color: #F81D8D; }
a { background-color: rgb(248,29,141); }
div.DivClassName
{
background-color: #F81D8D;
}
.BgClassName
{
background-color: #F81D8D;
}
</style>
border-color css
<style>
span { border-color: #F81D8D; }
span { border-color: rgb(248,29,141); }
td.TdClassName
{
border-color: #F81D8D;
}
.TagClassName
{
border-color: #F81D8D;
}
</style>