Shades of Shocking Pink #FD0DB4
Tints of Shocking Pink #FD0DB4
RGB
CMYK
RGB Variations
Color information
#FD0DB4 (or 0xFD0DB4) is known color: Shocking Pink. HEX triplet: FD, 0D and B4. RGB value is (253,13,180). Sum of RGB (Red+Green+Blue) = 253+13+180=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0DB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0DB4 is #02F24B. Grayscale: #676767. Windows color (decimal): -193100 or 11800061. OLE color: 11800061.
HSL color Cylindrical-coordinate representation of color #FD0DB4: hue angle of 318.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0DB4 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 180 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.01 |
| HSL | 318.25º | 0.98% | 0.52% | - |
| HSV(B) | 318.25º | 0.95% | 0.99% | - |
| XYZ | 48.89 | 24.47 | 45.33 | - |
| YUV | 103.8 | 171.01 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 180 | 0 | 0.95 | 0.29 | 0.01 | 318.25 | 0.98 | 0.52 |
| Hex | FD | D | B4 | 0 | 5F | 1D | 1 | 13E | 62 | 34 |
| Octal | 375 | 15 | 264 | 0 | 137 | 35 | 1 | 476 | 142 | 64 |
| Binary | 11111101 | 1101 | 10110100 | 0 | 1011111 | 11101 | 1 | 100111110 | 1100010 | 110100 |
Color Harmonies of #FD0DB4
Complementary color
Monochromatic Colors of #FD0DB4
Black with #FD0DB4
Text Example
Text Example
White with #FD0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0DB4; }
p { color: rgb(253,13,180); }
H1.HeaderClassName
{
color: #FD0DB4;
}
.AnyTagClassName
{
color: #FD0DB4;
}
</style>
background-color css
<style>
a { background-color: #FD0DB4; }
a { background-color: rgb(253,13,180); }
div.DivClassName
{
background-color: #FD0DB4;
}
.BgClassName
{
background-color: #FD0DB4;
}
</style>
border-color css
<style>
span { border-color: #FD0DB4; }
span { border-color: rgb(253,13,180); }
td.TdClassName
{
border-color: #FD0DB4;
}
.TagClassName
{
border-color: #FD0DB4;
}
</style>