Shades of Deep Pink #F81F8F
Tints of Deep Pink #F81F8F
RGB
CMYK
RGB Variations
Color information
#F81F8F (or 0xF81F8F) is known color: Deep Pink. HEX triplet: F8, 1F and 8F. RGB value is (248,31,143). Sum of RGB (Red+Green+Blue) = 248+31+143=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F8F is #07E070. Grayscale: #6C6C6C. Windows color (decimal): -516209 or 9379832. OLE color: 9379832.
HSL color Cylindrical-coordinate representation of color #F81F8F: hue angle of 329.03º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81F8F is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 143 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.03 |
| HSL | 329.03º | 0.94% | 0.55% | - |
| HSV(B) | 329.03º | 0.88% | 0.97% | - |
| XYZ | 44.16 | 22.92 | 28.08 | - |
| YUV | 108.65 | 147.39 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 143 | 0 | 0.88 | 0.42 | 0.03 | 329.03 | 0.94 | 0.55 |
| Hex | F8 | 1F | 8F | 0 | 58 | 2A | 3 | 149 | 5E | 37 |
| Octal | 370 | 37 | 217 | 0 | 130 | 52 | 3 | 511 | 136 | 67 |
| Binary | 11111000 | 11111 | 10001111 | 0 | 1011000 | 101010 | 11 | 101001001 | 1011110 | 110111 |
Color Harmonies of #F81F8F
Complementary color
Monochromatic Colors of #F81F8F
Black with #F81F8F
Text Example
Text Example
White with #F81F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F8F; }
p { color: rgb(248,31,143); }
H1.HeaderClassName
{
color: #F81F8F;
}
.AnyTagClassName
{
color: #F81F8F;
}
</style>
background-color css
<style>
a { background-color: #F81F8F; }
a { background-color: rgb(248,31,143); }
div.DivClassName
{
background-color: #F81F8F;
}
.BgClassName
{
background-color: #F81F8F;
}
</style>
border-color css
<style>
span { border-color: #F81F8F; }
span { border-color: rgb(248,31,143); }
td.TdClassName
{
border-color: #F81F8F;
}
.TagClassName
{
border-color: #F81F8F;
}
</style>