Shades of Shocking Pink #FD14CC
Tints of Shocking Pink #FD14CC
RGB
CMYK
RGB Variations
Color information
#FD14CC (or 0xFD14CC) is known color: Shocking Pink. HEX triplet: FD, 14 and CC. RGB value is (253,20,204). Sum of RGB (Red+Green+Blue) = 253+20+204=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD14CC is #02EB33. Grayscale: #6E6E6E. Windows color (decimal): -191284 or 13374717. OLE color: 13374717.
HSL color Cylindrical-coordinate representation of color #FD14CC: hue angle of 312.62º 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 #FD14CC is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 204 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.01 |
| HSL | 312.62º | 0.98% | 0.54% | - |
| HSV(B) | 312.62º | 0.92% | 0.99% | - |
| XYZ | 51.66 | 25.74 | 59.37 | - |
| YUV | 110.64 | 180.69 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 204 | 0 | 0.92 | 0.19 | 0.01 | 312.62 | 0.98 | 0.54 |
| Hex | FD | 14 | CC | 0 | 5C | 13 | 1 | 139 | 62 | 36 |
| Octal | 375 | 24 | 314 | 0 | 134 | 23 | 1 | 471 | 142 | 66 |
| Binary | 11111101 | 10100 | 11001100 | 0 | 1011100 | 10011 | 1 | 100111001 | 1100010 | 110110 |
Color Harmonies of #FD14CC
Complementary color
Monochromatic Colors of #FD14CC
Black with #FD14CC
Text Example
Text Example
White with #FD14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD14CC; }
p { color: rgb(253,20,204); }
H1.HeaderClassName
{
color: #FD14CC;
}
.AnyTagClassName
{
color: #FD14CC;
}
</style>
background-color css
<style>
a { background-color: #FD14CC; }
a { background-color: rgb(253,20,204); }
div.DivClassName
{
background-color: #FD14CC;
}
.BgClassName
{
background-color: #FD14CC;
}
</style>
border-color css
<style>
span { border-color: #FD14CC; }
span { border-color: rgb(253,20,204); }
td.TdClassName
{
border-color: #FD14CC;
}
.TagClassName
{
border-color: #FD14CC;
}
</style>