Shades of Deep Pink #F80385
Tints of Deep Pink #F80385
RGB
CMYK
RGB Variations
Color information
#F80385 (or 0xF80385) is known color: Deep Pink. HEX triplet: F8, 03 and 85. RGB value is (248,3,133). Sum of RGB (Red+Green+Blue) = 248+3+133=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F80385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80385 is #07FC7A. Grayscale: #5A5A5A. Windows color (decimal): -523387 or 8717304. OLE color: 8717304.
HSL color Cylindrical-coordinate representation of color #F80385: hue angle of 328.16º 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 #F80385 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.03 |
| HSL | 328.16º | 0.98% | 0.49% | - |
| HSV(B) | 328.16º | 0.99% | 0.97% | - |
| XYZ | 42.98 | 21.72 | 24.12 | - |
| YUV | 91.08 | 151.67 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 133 | 0 | 0.99 | 0.46 | 0.03 | 328.16 | 0.98 | 0.49 |
| Hex | F8 | 3 | 85 | 0 | 63 | 2E | 3 | 148 | 62 | 31 |
| Octal | 370 | 3 | 205 | 0 | 143 | 56 | 3 | 510 | 142 | 61 |
| Binary | 11111000 | 11 | 10000101 | 0 | 1100011 | 101110 | 11 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F80385
Complementary color
Monochromatic Colors of #F80385
Black with #F80385
Text Example
Text Example
White with #F80385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80385; }
p { color: rgb(248,3,133); }
H1.HeaderClassName
{
color: #F80385;
}
.AnyTagClassName
{
color: #F80385;
}
</style>
background-color css
<style>
a { background-color: #F80385; }
a { background-color: rgb(248,3,133); }
div.DivClassName
{
background-color: #F80385;
}
.BgClassName
{
background-color: #F80385;
}
</style>
border-color css
<style>
span { border-color: #F80385; }
span { border-color: rgb(248,3,133); }
td.TdClassName
{
border-color: #F80385;
}
.TagClassName
{
border-color: #F80385;
}
</style>