Shades of Shocking Pink #F80DB2
Tints of Shocking Pink #F80DB2
RGB
CMYK
RGB Variations
Color information
#F80DB2 (or 0xF80DB2) is known color: Shocking Pink. HEX triplet: F8, 0D and B2. RGB value is (248,13,178). Sum of RGB (Red+Green+Blue) = 248+13+178=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80DB2 is #07F24D. Grayscale: #656565. Windows color (decimal): -520782 or 11668984. OLE color: 11668984.
HSL color Cylindrical-coordinate representation of color #F80DB2: hue angle of 317.87º 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 #F80DB2 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 178 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.03 |
| HSL | 317.87º | 0.94% | 0.51% | - |
| HSV(B) | 317.87º | 0.95% | 0.97% | - |
| XYZ | 46.89 | 23.46 | 44.18 | - |
| YUV | 102.08 | 170.86 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 178 | 0 | 0.95 | 0.28 | 0.03 | 317.87 | 0.94 | 0.51 |
| Hex | F8 | D | B2 | 0 | 5F | 1C | 3 | 13E | 5E | 33 |
| Octal | 370 | 15 | 262 | 0 | 137 | 34 | 3 | 476 | 136 | 63 |
| Binary | 11111000 | 1101 | 10110010 | 0 | 1011111 | 11100 | 11 | 100111110 | 1011110 | 110011 |
Color Harmonies of #F80DB2
Complementary color
Monochromatic Colors of #F80DB2
Black with #F80DB2
Text Example
Text Example
White with #F80DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DB2; }
p { color: rgb(248,13,178); }
H1.HeaderClassName
{
color: #F80DB2;
}
.AnyTagClassName
{
color: #F80DB2;
}
</style>
background-color css
<style>
a { background-color: #F80DB2; }
a { background-color: rgb(248,13,178); }
div.DivClassName
{
background-color: #F80DB2;
}
.BgClassName
{
background-color: #F80DB2;
}
</style>
border-color css
<style>
span { border-color: #F80DB2; }
span { border-color: rgb(248,13,178); }
td.TdClassName
{
border-color: #F80DB2;
}
.TagClassName
{
border-color: #F80DB2;
}
</style>