Shades of Deep Pink #F81C8F
Tints of Deep Pink #F81C8F
RGB
CMYK
RGB Variations
Color information
#F81C8F (or 0xF81C8F) is known color: Deep Pink. HEX triplet: F8, 1C and 8F. RGB value is (248,28,143). Sum of RGB (Red+Green+Blue) = 248+28+143=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81C8F is #07E370. Grayscale: #6A6A6A. Windows color (decimal): -516977 or 9379064. OLE color: 9379064.
HSL color Cylindrical-coordinate representation of color #F81C8F: hue angle of 328.64º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C8F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 143 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.03 |
| HSL | 328.64º | 0.94% | 0.54% | - |
| HSV(B) | 328.64º | 0.89% | 0.97% | - |
| XYZ | 44.08 | 22.77 | 28.06 | - |
| YUV | 106.89 | 148.39 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 143 | 0 | 0.89 | 0.42 | 0.03 | 328.64 | 0.94 | 0.54 |
| Hex | F8 | 1C | 8F | 0 | 59 | 2A | 3 | 149 | 5E | 36 |
| Octal | 370 | 34 | 217 | 0 | 131 | 52 | 3 | 511 | 136 | 66 |
| Binary | 11111000 | 11100 | 10001111 | 0 | 1011001 | 101010 | 11 | 101001001 | 1011110 | 110110 |
Color Harmonies of #F81C8F
Complementary color
Monochromatic Colors of #F81C8F
Black with #F81C8F
Text Example
Text Example
White with #F81C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C8F; }
p { color: rgb(248,28,143); }
H1.HeaderClassName
{
color: #F81C8F;
}
.AnyTagClassName
{
color: #F81C8F;
}
</style>
background-color css
<style>
a { background-color: #F81C8F; }
a { background-color: rgb(248,28,143); }
div.DivClassName
{
background-color: #F81C8F;
}
.BgClassName
{
background-color: #F81C8F;
}
</style>
border-color css
<style>
span { border-color: #F81C8F; }
span { border-color: rgb(248,28,143); }
td.TdClassName
{
border-color: #F81C8F;
}
.TagClassName
{
border-color: #F81C8F;
}
</style>