Shades of Shocking Pink #FD14D0
Tints of Shocking Pink #FD14D0
RGB
CMYK
RGB Variations
Color information
#FD14D0 (or 0xFD14D0) is known color: Shocking Pink. HEX triplet: FD, 14 and D0. RGB value is (253,20,208). Sum of RGB (Red+Green+Blue) = 253+20+208=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD14D0 is #02EB2F. Grayscale: #6E6E6E. Windows color (decimal): -191280 or 13636861. OLE color: 13636861.
HSL color Cylindrical-coordinate representation of color #FD14D0: hue angle of 311.59º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD14D0 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 208 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.01 |
| HSL | 311.59º | 0.98% | 0.54% | - |
| HSV(B) | 311.59º | 0.92% | 0.99% | - |
| XYZ | 52.14 | 25.94 | 61.93 | - |
| YUV | 111.1 | 182.69 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 208 | 0 | 0.92 | 0.18 | 0.01 | 311.59 | 0.98 | 0.54 |
| Hex | FD | 14 | D0 | 0 | 5C | 12 | 1 | 138 | 62 | 36 |
| Octal | 375 | 24 | 320 | 0 | 134 | 22 | 1 | 470 | 142 | 66 |
| Binary | 11111101 | 10100 | 11010000 | 0 | 1011100 | 10010 | 1 | 100111000 | 1100010 | 110110 |
Color Harmonies of #FD14D0
Complementary color
Monochromatic Colors of #FD14D0
Black with #FD14D0
Text Example
Text Example
White with #FD14D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD14D0; }
p { color: rgb(253,20,208); }
H1.HeaderClassName
{
color: #FD14D0;
}
.AnyTagClassName
{
color: #FD14D0;
}
</style>
background-color css
<style>
a { background-color: #FD14D0; }
a { background-color: rgb(253,20,208); }
div.DivClassName
{
background-color: #FD14D0;
}
.BgClassName
{
background-color: #FD14D0;
}
</style>
border-color css
<style>
span { border-color: #FD14D0; }
span { border-color: rgb(253,20,208); }
td.TdClassName
{
border-color: #FD14D0;
}
.TagClassName
{
border-color: #FD14D0;
}
</style>