Shades of Shocking Pink #F80ABC
Tints of Shocking Pink #F80ABC
RGB
CMYK
RGB Variations
Color information
#F80ABC (or 0xF80ABC) is known color: Shocking Pink. HEX triplet: F8, 0A and BC. RGB value is (248,10,188). Sum of RGB (Red+Green+Blue) = 248+10+188=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ABC is #07F543. Grayscale: #646464. Windows color (decimal): -521540 or 12323576. OLE color: 12323576.
HSL color Cylindrical-coordinate representation of color #F80ABC: hue angle of 315.13º 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 #F80ABC is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.03 |
| HSL | 315.13º | 0.94% | 0.51% | - |
| HSV(B) | 315.13º | 0.96% | 0.97% | - |
| XYZ | 47.9 | 23.8 | 49.65 | - |
| YUV | 101.45 | 176.85 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 188 | 0 | 0.96 | 0.24 | 0.03 | 315.13 | 0.94 | 0.51 |
| Hex | F8 | A | BC | 0 | 60 | 18 | 3 | 13B | 5E | 33 |
| Octal | 370 | 12 | 274 | 0 | 140 | 30 | 3 | 473 | 136 | 63 |
| Binary | 11111000 | 1010 | 10111100 | 0 | 1100000 | 11000 | 11 | 100111011 | 1011110 | 110011 |
Color Harmonies of #F80ABC
Complementary color
Monochromatic Colors of #F80ABC
Black with #F80ABC
Text Example
Text Example
White with #F80ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80ABC; }
p { color: rgb(248,10,188); }
H1.HeaderClassName
{
color: #F80ABC;
}
.AnyTagClassName
{
color: #F80ABC;
}
</style>
background-color css
<style>
a { background-color: #F80ABC; }
a { background-color: rgb(248,10,188); }
div.DivClassName
{
background-color: #F80ABC;
}
.BgClassName
{
background-color: #F80ABC;
}
</style>
border-color css
<style>
span { border-color: #F80ABC; }
span { border-color: rgb(248,10,188); }
td.TdClassName
{
border-color: #F80ABC;
}
.TagClassName
{
border-color: #F80ABC;
}
</style>