Shades of Shocking Pink #FD1CCE
Tints of Shocking Pink #FD1CCE
RGB
CMYK
RGB Variations
Color information
#FD1CCE (or 0xFD1CCE) is known color: Shocking Pink. HEX triplet: FD, 1C and CE. RGB value is (253,28,206). Sum of RGB (Red+Green+Blue) = 253+28+206=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CCE is #02E331. Grayscale: #737373. Windows color (decimal): -189234 or 13507837. OLE color: 13507837.
HSL color Cylindrical-coordinate representation of color #FD1CCE: hue angle of 312.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CCE is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 206 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 312.53º | 0.98% | 0.55% | - |
| HSV(B) | 312.53º | 0.89% | 0.99% | - |
| XYZ | 52.06 | 26.17 | 60.7 | - |
| YUV | 115.57 | 179.04 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 206 | 0 | 0.89 | 0.19 | 0.01 | 312.53 | 0.98 | 0.55 |
| Hex | FD | 1C | CE | 0 | 59 | 13 | 1 | 139 | 62 | 37 |
| Octal | 375 | 34 | 316 | 0 | 131 | 23 | 1 | 471 | 142 | 67 |
| Binary | 11111101 | 11100 | 11001110 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100010 | 110111 |
Color Harmonies of #FD1CCE
Complementary color
Monochromatic Colors of #FD1CCE
Black with #FD1CCE
Text Example
Text Example
White with #FD1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CCE; }
p { color: rgb(253,28,206); }
H1.HeaderClassName
{
color: #FD1CCE;
}
.AnyTagClassName
{
color: #FD1CCE;
}
</style>
background-color css
<style>
a { background-color: #FD1CCE; }
a { background-color: rgb(253,28,206); }
div.DivClassName
{
background-color: #FD1CCE;
}
.BgClassName
{
background-color: #FD1CCE;
}
</style>
border-color css
<style>
span { border-color: #FD1CCE; }
span { border-color: rgb(253,28,206); }
td.TdClassName
{
border-color: #FD1CCE;
}
.TagClassName
{
border-color: #FD1CCE;
}
</style>