Shades of Shocking Pink #FF0DBB
Tints of Shocking Pink #FF0DBB
RGB
CMYK
RGB Variations
Color information
#FF0DBB (or 0xFF0DBB) is known color: Shocking Pink. HEX triplet: FF, 0D and BB. RGB value is (255,13,187). Sum of RGB (Red+Green+Blue) = 255+13+187=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 13 (5.47% from 255 or 2.86% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DBB is #00F244. Grayscale: #686868. Windows color (decimal): -62021 or 12258815. OLE color: 12258815.
HSL color Cylindrical-coordinate representation of color #FF0DBB: hue angle of 316.86º 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 #FF0DBB is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 187 | - |
| CMYK | 0 | 0.95 | 0.27 | 0 |
| HSL | 316.86º | 1% | 0.53% | - |
| HSV(B) | 316.86º | 0.95% | 1% | - |
| XYZ | 50.35 | 25.14 | 49.21 | - |
| YUV | 105.19 | 174.17 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 187 | 0 | 0.95 | 0.27 | 0 | 316.86 | 1 | 0.53 |
| Hex | FF | D | BB | 0 | 5F | 1B | 0 | 13D | 64 | 35 |
| Octal | 377 | 15 | 273 | 0 | 137 | 33 | 0 | 475 | 144 | 65 |
| Binary | 11111111 | 1101 | 10111011 | 0 | 1011111 | 11011 | 0 | 100111101 | 1100100 | 110101 |
Color Harmonies of #FF0DBB
Complementary color
Monochromatic Colors of #FF0DBB
Black with #FF0DBB
Text Example
Text Example
White with #FF0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DBB; }
p { color: rgb(255,13,187); }
H1.HeaderClassName
{
color: #FF0DBB;
}
.AnyTagClassName
{
color: #FF0DBB;
}
</style>
background-color css
<style>
a { background-color: #FF0DBB; }
a { background-color: rgb(255,13,187); }
div.DivClassName
{
background-color: #FF0DBB;
}
.BgClassName
{
background-color: #FF0DBB;
}
</style>
border-color css
<style>
span { border-color: #FF0DBB; }
span { border-color: rgb(255,13,187); }
td.TdClassName
{
border-color: #FF0DBB;
}
.TagClassName
{
border-color: #FF0DBB;
}
</style>