Shades of Deep Pink #F81283
Tints of Deep Pink #F81283
RGB
CMYK
RGB Variations
Color information
#F81283 (or 0xF81283) is known color: Deep Pink. HEX triplet: F8, 12 and 83. RGB value is (248,18,131). Sum of RGB (Red+Green+Blue) = 248+18+131=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F81283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81283 is #07ED7C. Grayscale: #636363. Windows color (decimal): -519549 or 8590072. OLE color: 8590072.
HSL color Cylindrical-coordinate representation of color #F81283: hue angle of 330.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81283 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 131 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.03 |
| HSL | 330.52º | 0.94% | 0.52% | - |
| HSV(B) | 330.52º | 0.93% | 0.97% | - |
| XYZ | 43.02 | 22.03 | 23.46 | - |
| YUV | 99.65 | 145.7 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 131 | 0 | 0.93 | 0.47 | 0.03 | 330.52 | 0.94 | 0.52 |
| Hex | F8 | 12 | 83 | 0 | 5D | 2F | 3 | 14B | 5E | 34 |
| Octal | 370 | 22 | 203 | 0 | 135 | 57 | 3 | 513 | 136 | 64 |
| Binary | 11111000 | 10010 | 10000011 | 0 | 1011101 | 101111 | 11 | 101001011 | 1011110 | 110100 |
Color Harmonies of #F81283
Complementary color
Monochromatic Colors of #F81283
Black with #F81283
Text Example
Text Example
White with #F81283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81283; }
p { color: rgb(248,18,131); }
H1.HeaderClassName
{
color: #F81283;
}
.AnyTagClassName
{
color: #F81283;
}
</style>
background-color css
<style>
a { background-color: #F81283; }
a { background-color: rgb(248,18,131); }
div.DivClassName
{
background-color: #F81283;
}
.BgClassName
{
background-color: #F81283;
}
</style>
border-color css
<style>
span { border-color: #F81283; }
span { border-color: rgb(248,18,131); }
td.TdClassName
{
border-color: #F81283;
}
.TagClassName
{
border-color: #F81283;
}
</style>