Shades of Deep Pink #F80184
Tints of Deep Pink #F80184
RGB
CMYK
RGB Variations
Color information
#F80184 (or 0xF80184) is known color: Deep Pink. HEX triplet: F8, 01 and 84. RGB value is (248,1,132). Sum of RGB (Red+Green+Blue) = 248+1+132=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F80184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80184 is #07FE7B. Grayscale: #595959. Windows color (decimal): -523900 or 8651256. OLE color: 8651256.
HSL color Cylindrical-coordinate representation of color #F80184: hue angle of 328.18º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80184 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.03 |
| HSL | 328.18º | 0.99% | 0.49% | - |
| HSV(B) | 328.18º | 1% | 0.97% | - |
| XYZ | 42.89 | 21.64 | 23.75 | - |
| YUV | 89.79 | 151.83 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 132 | 0 | 1.00 | 0.47 | 0.03 | 328.18 | 0.99 | 0.49 |
| Hex | F8 | 1 | 84 | 0 | 64 | 2F | 3 | 148 | 63 | 31 |
| Octal | 370 | 1 | 204 | 0 | 144 | 57 | 3 | 510 | 143 | 61 |
| Binary | 11111000 | 1 | 10000100 | 0 | 1100100 | 101111 | 11 | 101001000 | 1100011 | 110001 |
Color Harmonies of #F80184
Complementary color
Monochromatic Colors of #F80184
Black with #F80184
Text Example
Text Example
White with #F80184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80184; }
p { color: rgb(248,1,132); }
H1.HeaderClassName
{
color: #F80184;
}
.AnyTagClassName
{
color: #F80184;
}
</style>
background-color css
<style>
a { background-color: #F80184; }
a { background-color: rgb(248,1,132); }
div.DivClassName
{
background-color: #F80184;
}
.BgClassName
{
background-color: #F80184;
}
</style>
border-color css
<style>
span { border-color: #F80184; }
span { border-color: rgb(248,1,132); }
td.TdClassName
{
border-color: #F80184;
}
.TagClassName
{
border-color: #F80184;
}
</style>