Shades of Deep Pink #F80A98
Tints of Deep Pink #F80A98
RGB
CMYK
RGB Variations
Color information
#F80A98 (or 0xF80A98) is known color: Deep Pink. HEX triplet: F8, 0A and 98. RGB value is (248,10,152). Sum of RGB (Red+Green+Blue) = 248+10+152=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80A98 is #07F567. Grayscale: #616161. Windows color (decimal): -521576 or 9964280. OLE color: 9964280.
HSL color Cylindrical-coordinate representation of color #F80A98: hue angle of 324.2º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A98 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 152 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.03 |
| HSL | 324.2º | 0.94% | 0.51% | - |
| HSV(B) | 324.2º | 0.96% | 0.97% | - |
| XYZ | 44.49 | 22.44 | 31.69 | - |
| YUV | 97.35 | 158.85 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 152 | 0 | 0.96 | 0.39 | 0.03 | 324.2 | 0.94 | 0.51 |
| Hex | F8 | A | 98 | 0 | 60 | 27 | 3 | 144 | 5E | 33 |
| Octal | 370 | 12 | 230 | 0 | 140 | 47 | 3 | 504 | 136 | 63 |
| Binary | 11111000 | 1010 | 10011000 | 0 | 1100000 | 100111 | 11 | 101000100 | 1011110 | 110011 |
Color Harmonies of #F80A98
Complementary color
Monochromatic Colors of #F80A98
Black with #F80A98
Text Example
Text Example
White with #F80A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A98; }
p { color: rgb(248,10,152); }
H1.HeaderClassName
{
color: #F80A98;
}
.AnyTagClassName
{
color: #F80A98;
}
</style>
background-color css
<style>
a { background-color: #F80A98; }
a { background-color: rgb(248,10,152); }
div.DivClassName
{
background-color: #F80A98;
}
.BgClassName
{
background-color: #F80A98;
}
</style>
border-color css
<style>
span { border-color: #F80A98; }
span { border-color: rgb(248,10,152); }
td.TdClassName
{
border-color: #F80A98;
}
.TagClassName
{
border-color: #F80A98;
}
</style>