Shades of Deep Pink #F81F93
Tints of Deep Pink #F81F93
RGB
CMYK
RGB Variations
Color information
#F81F93 (or 0xF81F93) is known color: Deep Pink. HEX triplet: F8, 1F and 93. RGB value is (248,31,147). Sum of RGB (Red+Green+Blue) = 248+31+147=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F93 is #07E06C. Grayscale: #6C6C6C. Windows color (decimal): -516205 or 9641976. OLE color: 9641976.
HSL color Cylindrical-coordinate representation of color #F81F93: hue angle of 327.93º 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 #F81F93 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 147 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.03 |
| HSL | 327.93º | 0.94% | 0.55% | - |
| HSV(B) | 327.93º | 0.88% | 0.97% | - |
| XYZ | 44.47 | 23.04 | 29.71 | - |
| YUV | 109.11 | 149.39 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 147 | 0 | 0.88 | 0.41 | 0.03 | 327.93 | 0.94 | 0.55 |
| Hex | F8 | 1F | 93 | 0 | 58 | 29 | 3 | 148 | 5E | 37 |
| Octal | 370 | 37 | 223 | 0 | 130 | 51 | 3 | 510 | 136 | 67 |
| Binary | 11111000 | 11111 | 10010011 | 0 | 1011000 | 101001 | 11 | 101001000 | 1011110 | 110111 |
Color Harmonies of #F81F93
Complementary color
Monochromatic Colors of #F81F93
Black with #F81F93
Text Example
Text Example
White with #F81F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F93; }
p { color: rgb(248,31,147); }
H1.HeaderClassName
{
color: #F81F93;
}
.AnyTagClassName
{
color: #F81F93;
}
</style>
background-color css
<style>
a { background-color: #F81F93; }
a { background-color: rgb(248,31,147); }
div.DivClassName
{
background-color: #F81F93;
}
.BgClassName
{
background-color: #F81F93;
}
</style>
border-color css
<style>
span { border-color: #F81F93; }
span { border-color: rgb(248,31,147); }
td.TdClassName
{
border-color: #F81F93;
}
.TagClassName
{
border-color: #F81F93;
}
</style>