Shades of Shocking Pink #F810D0
Tints of Shocking Pink #F810D0
RGB
CMYK
RGB Variations
Color information
#F810D0 (or 0xF810D0) is known color: Shocking Pink. HEX triplet: F8, 10 and D0. RGB value is (248,16,208). Sum of RGB (Red+Green+Blue) = 248+16+208=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F810D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810D0 is #07EF2F. Grayscale: #6A6A6A. Windows color (decimal): -519984 or 13635832. OLE color: 13635832.
HSL color Cylindrical-coordinate representation of color #F810D0: hue angle of 310.34º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810D0 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 208 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.03 |
| HSL | 310.34º | 0.94% | 0.52% | - |
| HSV(B) | 310.34º | 0.94% | 0.97% | - |
| XYZ | 50.28 | 24.88 | 61.83 | - |
| YUV | 107.26 | 184.86 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 208 | 0 | 0.94 | 0.16 | 0.03 | 310.34 | 0.94 | 0.52 |
| Hex | F8 | 10 | D0 | 0 | 5E | 10 | 3 | 136 | 5E | 34 |
| Octal | 370 | 20 | 320 | 0 | 136 | 20 | 3 | 466 | 136 | 64 |
| Binary | 11111000 | 10000 | 11010000 | 0 | 1011110 | 10000 | 11 | 100110110 | 1011110 | 110100 |
Color Harmonies of #F810D0
Complementary color
Monochromatic Colors of #F810D0
Black with #F810D0
Text Example
Text Example
White with #F810D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810D0; }
p { color: rgb(248,16,208); }
H1.HeaderClassName
{
color: #F810D0;
}
.AnyTagClassName
{
color: #F810D0;
}
</style>
background-color css
<style>
a { background-color: #F810D0; }
a { background-color: rgb(248,16,208); }
div.DivClassName
{
background-color: #F810D0;
}
.BgClassName
{
background-color: #F810D0;
}
</style>
border-color css
<style>
span { border-color: #F810D0; }
span { border-color: rgb(248,16,208); }
td.TdClassName
{
border-color: #F810D0;
}
.TagClassName
{
border-color: #F810D0;
}
</style>