Shades of Shocking Pink #FD1CCF
Tints of Shocking Pink #FD1CCF
RGB
CMYK
RGB Variations
Color information
#FD1CCF (or 0xFD1CCF) is known color: Shocking Pink. HEX triplet: FD, 1C and CF. RGB value is (253,28,207). Sum of RGB (Red+Green+Blue) = 253+28+207=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CCF is #02E330. Grayscale: #737373. Windows color (decimal): -189233 or 13573373. OLE color: 13573373.
HSL color Cylindrical-coordinate representation of color #FD1CCF: hue angle of 312.27º 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 #FD1CCF is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 207 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.01 |
| HSL | 312.27º | 0.98% | 0.55% | - |
| HSV(B) | 312.27º | 0.89% | 0.99% | - |
| XYZ | 52.19 | 26.22 | 61.34 | - |
| YUV | 115.68 | 179.54 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 207 | 0 | 0.89 | 0.18 | 0.01 | 312.27 | 0.98 | 0.55 |
| Hex | FD | 1C | CF | 0 | 59 | 12 | 1 | 138 | 62 | 37 |
| Octal | 375 | 34 | 317 | 0 | 131 | 22 | 1 | 470 | 142 | 67 |
| Binary | 11111101 | 11100 | 11001111 | 0 | 1011001 | 10010 | 1 | 100111000 | 1100010 | 110111 |
Color Harmonies of #FD1CCF
Complementary color
Monochromatic Colors of #FD1CCF
Black with #FD1CCF
Text Example
Text Example
White with #FD1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CCF; }
p { color: rgb(253,28,207); }
H1.HeaderClassName
{
color: #FD1CCF;
}
.AnyTagClassName
{
color: #FD1CCF;
}
</style>
background-color css
<style>
a { background-color: #FD1CCF; }
a { background-color: rgb(253,28,207); }
div.DivClassName
{
background-color: #FD1CCF;
}
.BgClassName
{
background-color: #FD1CCF;
}
</style>
border-color css
<style>
span { border-color: #FD1CCF; }
span { border-color: rgb(253,28,207); }
td.TdClassName
{
border-color: #FD1CCF;
}
.TagClassName
{
border-color: #FD1CCF;
}
</style>