Shades of Shocking Pink #FF0DB4
Tints of Shocking Pink #FF0DB4
RGB
CMYK
RGB Variations
Color information
#FF0DB4 (or 0xFF0DB4) is known color: Shocking Pink. HEX triplet: FF, 0D and B4. RGB value is (255,13,180). Sum of RGB (Red+Green+Blue) = 255+13+180=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DB4 is #00F24B. Grayscale: #676767. Windows color (decimal): -62028 or 11800063. OLE color: 11800063.
HSL color Cylindrical-coordinate representation of color #FF0DB4: hue angle of 318.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 #FF0DB4 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 180 | - |
| CMYK | 0 | 0.95 | 0.29 | 0 |
| HSL | 318.6º | 1% | 0.53% | - |
| HSV(B) | 318.6º | 0.95% | 1% | - |
| XYZ | 49.62 | 24.84 | 45.36 | - |
| YUV | 104.4 | 170.67 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 180 | 0 | 0.95 | 0.29 | 0 | 318.6 | 1 | 0.53 |
| Hex | FF | D | B4 | 0 | 5F | 1D | 0 | 13F | 64 | 35 |
| Octal | 377 | 15 | 264 | 0 | 137 | 35 | 0 | 477 | 144 | 65 |
| Binary | 11111111 | 1101 | 10110100 | 0 | 1011111 | 11101 | 0 | 100111111 | 1100100 | 110101 |
Color Harmonies of #FF0DB4
Complementary color
Monochromatic Colors of #FF0DB4
Black with #FF0DB4
Text Example
Text Example
White with #FF0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DB4; }
p { color: rgb(255,13,180); }
H1.HeaderClassName
{
color: #FF0DB4;
}
.AnyTagClassName
{
color: #FF0DB4;
}
</style>
background-color css
<style>
a { background-color: #FF0DB4; }
a { background-color: rgb(255,13,180); }
div.DivClassName
{
background-color: #FF0DB4;
}
.BgClassName
{
background-color: #FF0DB4;
}
</style>
border-color css
<style>
span { border-color: #FF0DB4; }
span { border-color: rgb(255,13,180); }
td.TdClassName
{
border-color: #FF0DB4;
}
.TagClassName
{
border-color: #FF0DB4;
}
</style>