Shades of Shocking Pink #FD12D1
Tints of Shocking Pink #FD12D1
RGB
CMYK
RGB Variations
Color information
#FD12D1 (or 0xFD12D1) is known color: Shocking Pink. HEX triplet: FD, 12 and D1. RGB value is (253,18,209). Sum of RGB (Red+Green+Blue) = 253+18+209=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12D1 is #02ED2E. Grayscale: #6D6D6D. Windows color (decimal): -191791 or 13701885. OLE color: 13701885.
HSL color Cylindrical-coordinate representation of color #FD12D1: hue angle of 311.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD12D1 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 209 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.01 |
| HSL | 311.23º | 0.98% | 0.53% | - |
| HSV(B) | 311.23º | 0.93% | 0.99% | - |
| XYZ | 52.23 | 25.92 | 62.57 | - |
| YUV | 110.04 | 183.86 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 209 | 0 | 0.93 | 0.17 | 0.01 | 311.23 | 0.98 | 0.53 |
| Hex | FD | 12 | D1 | 0 | 5D | 11 | 1 | 137 | 62 | 35 |
| Octal | 375 | 22 | 321 | 0 | 135 | 21 | 1 | 467 | 142 | 65 |
| Binary | 11111101 | 10010 | 11010001 | 0 | 1011101 | 10001 | 1 | 100110111 | 1100010 | 110101 |
Color Harmonies of #FD12D1
Complementary color
Monochromatic Colors of #FD12D1
Black with #FD12D1
Text Example
Text Example
White with #FD12D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD12D1; }
p { color: rgb(253,18,209); }
H1.HeaderClassName
{
color: #FD12D1;
}
.AnyTagClassName
{
color: #FD12D1;
}
</style>
background-color css
<style>
a { background-color: #FD12D1; }
a { background-color: rgb(253,18,209); }
div.DivClassName
{
background-color: #FD12D1;
}
.BgClassName
{
background-color: #FD12D1;
}
</style>
border-color css
<style>
span { border-color: #FD12D1; }
span { border-color: rgb(253,18,209); }
td.TdClassName
{
border-color: #FD12D1;
}
.TagClassName
{
border-color: #FD12D1;
}
</style>