Shades of Deep Pink #F80485
Tints of Deep Pink #F80485
RGB
CMYK
RGB Variations
Color information
#F80485 (or 0xF80485) is known color: Deep Pink. HEX triplet: F8, 04 and 85. RGB value is (248,4,133). Sum of RGB (Red+Green+Blue) = 248+4+133=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F80485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80485 is #07FB7A. Grayscale: #5B5B5B. Windows color (decimal): -523131 or 8717560. OLE color: 8717560.
HSL color Cylindrical-coordinate representation of color #F80485: hue angle of 328.28º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80485 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.03 |
| HSL | 328.28º | 0.97% | 0.49% | - |
| HSV(B) | 328.28º | 0.98% | 0.97% | - |
| XYZ | 42.99 | 21.74 | 24.12 | - |
| YUV | 91.66 | 151.34 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 133 | 0 | 0.98 | 0.46 | 0.03 | 328.28 | 0.97 | 0.49 |
| Hex | F8 | 4 | 85 | 0 | 62 | 2E | 3 | 148 | 61 | 31 |
| Octal | 370 | 4 | 205 | 0 | 142 | 56 | 3 | 510 | 141 | 61 |
| Binary | 11111000 | 100 | 10000101 | 0 | 1100010 | 101110 | 11 | 101001000 | 1100001 | 110001 |
Color Harmonies of #F80485
Complementary color
Monochromatic Colors of #F80485
Black with #F80485
Text Example
Text Example
White with #F80485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80485; }
p { color: rgb(248,4,133); }
H1.HeaderClassName
{
color: #F80485;
}
.AnyTagClassName
{
color: #F80485;
}
</style>
background-color css
<style>
a { background-color: #F80485; }
a { background-color: rgb(248,4,133); }
div.DivClassName
{
background-color: #F80485;
}
.BgClassName
{
background-color: #F80485;
}
</style>
border-color css
<style>
span { border-color: #F80485; }
span { border-color: rgb(248,4,133); }
td.TdClassName
{
border-color: #F80485;
}
.TagClassName
{
border-color: #F80485;
}
</style>