Shades of Deep Pink #F80189
Tints of Deep Pink #F80189
RGB
CMYK
RGB Variations
Color information
#F80189 (or 0xF80189) is known color: Deep Pink. HEX triplet: F8, 01 and 89. RGB value is (248,1,137). Sum of RGB (Red+Green+Blue) = 248+1+137=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F80189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80189 is #07FE76. Grayscale: #5A5A5A. Windows color (decimal): -523895 or 8978936. OLE color: 8978936.
HSL color Cylindrical-coordinate representation of color #F80189: hue angle of 326.96º 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 #F80189 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.03 |
| HSL | 326.96º | 0.99% | 0.49% | - |
| HSV(B) | 326.96º | 1% | 0.97% | - |
| XYZ | 43.24 | 21.78 | 25.59 | - |
| YUV | 90.36 | 154.33 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 137 | 0 | 1.00 | 0.45 | 0.03 | 326.96 | 0.99 | 0.49 |
| Hex | F8 | 1 | 89 | 0 | 64 | 2D | 3 | 147 | 63 | 31 |
| Octal | 370 | 1 | 211 | 0 | 144 | 55 | 3 | 507 | 143 | 61 |
| Binary | 11111000 | 1 | 10001001 | 0 | 1100100 | 101101 | 11 | 101000111 | 1100011 | 110001 |
Color Harmonies of #F80189
Complementary color
Monochromatic Colors of #F80189
Black with #F80189
Text Example
Text Example
White with #F80189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80189; }
p { color: rgb(248,1,137); }
H1.HeaderClassName
{
color: #F80189;
}
.AnyTagClassName
{
color: #F80189;
}
</style>
background-color css
<style>
a { background-color: #F80189; }
a { background-color: rgb(248,1,137); }
div.DivClassName
{
background-color: #F80189;
}
.BgClassName
{
background-color: #F80189;
}
</style>
border-color css
<style>
span { border-color: #F80189; }
span { border-color: rgb(248,1,137); }
td.TdClassName
{
border-color: #F80189;
}
.TagClassName
{
border-color: #F80189;
}
</style>