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