Shades of Deep Pink #F81C83
Tints of Deep Pink #F81C83
RGB
CMYK
RGB Variations
Color information
#F81C83 (or 0xF81C83) is known color: Deep Pink. HEX triplet: F8, 1C and 83. RGB value is (248,28,131). Sum of RGB (Red+Green+Blue) = 248+28+131=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81C83 is #07E37C. Grayscale: #696969. Windows color (decimal): -516989 or 8592632. OLE color: 8592632.
HSL color Cylindrical-coordinate representation of color #F81C83: hue angle of 331.91º 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 #F81C83 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 131 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.03 |
| HSL | 331.91º | 0.94% | 0.54% | - |
| HSV(B) | 331.91º | 0.89% | 0.97% | - |
| XYZ | 43.22 | 22.43 | 23.52 | - |
| YUV | 105.52 | 142.39 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 131 | 0 | 0.89 | 0.47 | 0.03 | 331.91 | 0.94 | 0.54 |
| Hex | F8 | 1C | 83 | 0 | 59 | 2F | 3 | 14C | 5E | 36 |
| Octal | 370 | 34 | 203 | 0 | 131 | 57 | 3 | 514 | 136 | 66 |
| Binary | 11111000 | 11100 | 10000011 | 0 | 1011001 | 101111 | 11 | 101001100 | 1011110 | 110110 |
Color Harmonies of #F81C83
Complementary color
Monochromatic Colors of #F81C83
Black with #F81C83
Text Example
Text Example
White with #F81C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C83; }
p { color: rgb(248,28,131); }
H1.HeaderClassName
{
color: #F81C83;
}
.AnyTagClassName
{
color: #F81C83;
}
</style>
background-color css
<style>
a { background-color: #F81C83; }
a { background-color: rgb(248,28,131); }
div.DivClassName
{
background-color: #F81C83;
}
.BgClassName
{
background-color: #F81C83;
}
</style>
border-color css
<style>
span { border-color: #F81C83; }
span { border-color: rgb(248,28,131); }
td.TdClassName
{
border-color: #F81C83;
}
.TagClassName
{
border-color: #F81C83;
}
</style>