Shades of Shocking Pink #FD15D0
Tints of Shocking Pink #FD15D0
RGB
CMYK
RGB Variations
Color information
#FD15D0 (or 0xFD15D0) is known color: Shocking Pink. HEX triplet: FD, 15 and D0. RGB value is (253,21,208). Sum of RGB (Red+Green+Blue) = 253+21+208=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD15D0 is #02EA2F. Grayscale: #6F6F6F. Windows color (decimal): -191024 or 13637117. OLE color: 13637117.
HSL color Cylindrical-coordinate representation of color #FD15D0: hue angle of 311.64º 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 #FD15D0 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 208 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.01 |
| HSL | 311.64º | 0.98% | 0.54% | - |
| HSV(B) | 311.64º | 0.92% | 0.99% | - |
| XYZ | 52.16 | 25.97 | 61.94 | - |
| YUV | 111.69 | 182.36 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 208 | 0 | 0.92 | 0.18 | 0.01 | 311.64 | 0.98 | 0.54 |
| Hex | FD | 15 | D0 | 0 | 5C | 12 | 1 | 138 | 62 | 36 |
| Octal | 375 | 25 | 320 | 0 | 134 | 22 | 1 | 470 | 142 | 66 |
| Binary | 11111101 | 10101 | 11010000 | 0 | 1011100 | 10010 | 1 | 100111000 | 1100010 | 110110 |
Color Harmonies of #FD15D0
Complementary color
Monochromatic Colors of #FD15D0
Black with #FD15D0
Text Example
Text Example
White with #FD15D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD15D0; }
p { color: rgb(253,21,208); }
H1.HeaderClassName
{
color: #FD15D0;
}
.AnyTagClassName
{
color: #FD15D0;
}
</style>
background-color css
<style>
a { background-color: #FD15D0; }
a { background-color: rgb(253,21,208); }
div.DivClassName
{
background-color: #FD15D0;
}
.BgClassName
{
background-color: #FD15D0;
}
</style>
border-color css
<style>
span { border-color: #FD15D0; }
span { border-color: rgb(253,21,208); }
td.TdClassName
{
border-color: #FD15D0;
}
.TagClassName
{
border-color: #FD15D0;
}
</style>