Shades of Deep Pink #F80383
Tints of Deep Pink #F80383
RGB
CMYK
RGB Variations
Color information
#F80383 (or 0xF80383) is known color: Deep Pink. HEX triplet: F8, 03 and 83. RGB value is (248,3,131). Sum of RGB (Red+Green+Blue) = 248+3+131=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F80383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80383 is #07FC7C. Grayscale: #5A5A5A. Windows color (decimal): -523389 or 8586232. OLE color: 8586232.
HSL color Cylindrical-coordinate representation of color #F80383: hue angle of 328.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80383 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 131 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.03 |
| HSL | 328.65º | 0.98% | 0.49% | - |
| HSV(B) | 328.65º | 0.99% | 0.97% | - |
| XYZ | 42.84 | 21.66 | 23.4 | - |
| YUV | 90.85 | 150.67 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 131 | 0 | 0.99 | 0.47 | 0.03 | 328.65 | 0.98 | 0.49 |
| Hex | F8 | 3 | 83 | 0 | 63 | 2F | 3 | 149 | 62 | 31 |
| Octal | 370 | 3 | 203 | 0 | 143 | 57 | 3 | 511 | 142 | 61 |
| Binary | 11111000 | 11 | 10000011 | 0 | 1100011 | 101111 | 11 | 101001001 | 1100010 | 110001 |
Color Harmonies of #F80383
Complementary color
Monochromatic Colors of #F80383
Black with #F80383
Text Example
Text Example
White with #F80383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80383; }
p { color: rgb(248,3,131); }
H1.HeaderClassName
{
color: #F80383;
}
.AnyTagClassName
{
color: #F80383;
}
</style>
background-color css
<style>
a { background-color: #F80383; }
a { background-color: rgb(248,3,131); }
div.DivClassName
{
background-color: #F80383;
}
.BgClassName
{
background-color: #F80383;
}
</style>
border-color css
<style>
span { border-color: #F80383; }
span { border-color: rgb(248,3,131); }
td.TdClassName
{
border-color: #F80383;
}
.TagClassName
{
border-color: #F80383;
}
</style>