Shades of Shocking Pink #FF0DB8
Tints of Shocking Pink #FF0DB8
RGB
CMYK
RGB Variations
Color information
#FF0DB8 (or 0xFF0DB8) is known color: Shocking Pink. HEX triplet: FF, 0D and B8. RGB value is (255,13,184). Sum of RGB (Red+Green+Blue) = 255+13+184=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DB8 is #00F247. Grayscale: #686868. Windows color (decimal): -62024 or 12062207. OLE color: 12062207.
HSL color Cylindrical-coordinate representation of color #FF0DB8: hue angle of 317.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0DB8 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 184 | - |
| CMYK | 0 | 0.95 | 0.28 | 0 |
| HSL | 317.6º | 1% | 0.53% | - |
| HSV(B) | 317.6º | 0.95% | 1% | - |
| XYZ | 50.04 | 25.01 | 47.54 | - |
| YUV | 104.85 | 172.67 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 184 | 0 | 0.95 | 0.28 | 0 | 317.6 | 1 | 0.53 |
| Hex | FF | D | B8 | 0 | 5F | 1C | 0 | 13E | 64 | 35 |
| Octal | 377 | 15 | 270 | 0 | 137 | 34 | 0 | 476 | 144 | 65 |
| Binary | 11111111 | 1101 | 10111000 | 0 | 1011111 | 11100 | 0 | 100111110 | 1100100 | 110101 |
Color Harmonies of #FF0DB8
Complementary color
Monochromatic Colors of #FF0DB8
Black with #FF0DB8
Text Example
Text Example
White with #FF0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DB8; }
p { color: rgb(255,13,184); }
H1.HeaderClassName
{
color: #FF0DB8;
}
.AnyTagClassName
{
color: #FF0DB8;
}
</style>
background-color css
<style>
a { background-color: #FF0DB8; }
a { background-color: rgb(255,13,184); }
div.DivClassName
{
background-color: #FF0DB8;
}
.BgClassName
{
background-color: #FF0DB8;
}
</style>
border-color css
<style>
span { border-color: #FF0DB8; }
span { border-color: rgb(255,13,184); }
td.TdClassName
{
border-color: #FF0DB8;
}
.TagClassName
{
border-color: #FF0DB8;
}
</style>