Shades of Shocking Pink #F80DB9
Tints of Shocking Pink #F80DB9
RGB
CMYK
RGB Variations
Color information
#F80DB9 (or 0xF80DB9) is known color: Shocking Pink. HEX triplet: F8, 0D and B9. RGB value is (248,13,185). Sum of RGB (Red+Green+Blue) = 248+13+185=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DB9 is #07F246. Grayscale: #666666. Windows color (decimal): -520775 or 12127736. OLE color: 12127736.
HSL color Cylindrical-coordinate representation of color #F80DB9: hue angle of 316.09º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DB9 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 185 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.03 |
| HSL | 316.09º | 0.94% | 0.51% | - |
| HSV(B) | 316.09º | 0.95% | 0.97% | - |
| XYZ | 47.61 | 23.75 | 47.97 | - |
| YUV | 102.87 | 174.36 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 185 | 0 | 0.95 | 0.25 | 0.03 | 316.09 | 0.94 | 0.51 |
| Hex | F8 | D | B9 | 0 | 5F | 19 | 3 | 13C | 5E | 33 |
| Octal | 370 | 15 | 271 | 0 | 137 | 31 | 3 | 474 | 136 | 63 |
| Binary | 11111000 | 1101 | 10111001 | 0 | 1011111 | 11001 | 11 | 100111100 | 1011110 | 110011 |
Color Harmonies of #F80DB9
Complementary color
Monochromatic Colors of #F80DB9
Black with #F80DB9
Text Example
Text Example
White with #F80DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DB9; }
p { color: rgb(248,13,185); }
H1.HeaderClassName
{
color: #F80DB9;
}
.AnyTagClassName
{
color: #F80DB9;
}
</style>
background-color css
<style>
a { background-color: #F80DB9; }
a { background-color: rgb(248,13,185); }
div.DivClassName
{
background-color: #F80DB9;
}
.BgClassName
{
background-color: #F80DB9;
}
</style>
border-color css
<style>
span { border-color: #F80DB9; }
span { border-color: rgb(248,13,185); }
td.TdClassName
{
border-color: #F80DB9;
}
.TagClassName
{
border-color: #F80DB9;
}
</style>