Shades of Shocking Pink #FD14D4
Tints of Shocking Pink #FD14D4
RGB
CMYK
RGB Variations
Color information
#FD14D4 (or 0xFD14D4) is known color: Shocking Pink. HEX triplet: FD, 14 and D4. RGB value is (253,20,212). Sum of RGB (Red+Green+Blue) = 253+20+212=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD14D4 is #02EB2B. Grayscale: #6F6F6F. Windows color (decimal): -191276 or 13899005. OLE color: 13899005.
HSL color Cylindrical-coordinate representation of color #FD14D4: hue angle of 310.56º 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 #FD14D4 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 212 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.01 |
| HSL | 310.56º | 0.98% | 0.54% | - |
| HSV(B) | 310.56º | 0.92% | 0.99% | - |
| XYZ | 52.64 | 26.14 | 64.56 | - |
| YUV | 111.56 | 184.69 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 212 | 0 | 0.92 | 0.16 | 0.01 | 310.56 | 0.98 | 0.54 |
| Hex | FD | 14 | D4 | 0 | 5C | 10 | 1 | 137 | 62 | 36 |
| Octal | 375 | 24 | 324 | 0 | 134 | 20 | 1 | 467 | 142 | 66 |
| Binary | 11111101 | 10100 | 11010100 | 0 | 1011100 | 10000 | 1 | 100110111 | 1100010 | 110110 |
Color Harmonies of #FD14D4
Complementary color
Monochromatic Colors of #FD14D4
Black with #FD14D4
Text Example
Text Example
White with #FD14D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD14D4; }
p { color: rgb(253,20,212); }
H1.HeaderClassName
{
color: #FD14D4;
}
.AnyTagClassName
{
color: #FD14D4;
}
</style>
background-color css
<style>
a { background-color: #FD14D4; }
a { background-color: rgb(253,20,212); }
div.DivClassName
{
background-color: #FD14D4;
}
.BgClassName
{
background-color: #FD14D4;
}
</style>
border-color css
<style>
span { border-color: #FD14D4; }
span { border-color: rgb(253,20,212); }
td.TdClassName
{
border-color: #FD14D4;
}
.TagClassName
{
border-color: #FD14D4;
}
</style>