Shades of Shocking Pink #FD1FCC
Tints of Shocking Pink #FD1FCC
RGB
CMYK
RGB Variations
Color information
#FD1FCC (or 0xFD1FCC) is known color: Shocking Pink. HEX triplet: FD, 1F and CC. RGB value is (253,31,204). Sum of RGB (Red+Green+Blue) = 253+31+204=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 31 (12.5% from 255 or 6.35% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1FCC is #02E033. Grayscale: #747474. Windows color (decimal): -188468 or 13377533. OLE color: 13377533.
HSL color Cylindrical-coordinate representation of color #FD1FCC: hue angle of 313.24º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1FCC is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 204 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.01 |
| HSL | 313.24º | 0.98% | 0.56% | - |
| HSV(B) | 313.24º | 0.88% | 0.99% | - |
| XYZ | 51.9 | 26.22 | 59.45 | - |
| YUV | 117.1 | 177.05 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 204 | 0 | 0.88 | 0.19 | 0.01 | 313.24 | 0.98 | 0.56 |
| Hex | FD | 1F | CC | 0 | 58 | 13 | 1 | 139 | 62 | 38 |
| Octal | 375 | 37 | 314 | 0 | 130 | 23 | 1 | 471 | 142 | 70 |
| Binary | 11111101 | 11111 | 11001100 | 0 | 1011000 | 10011 | 1 | 100111001 | 1100010 | 111000 |
Color Harmonies of #FD1FCC
Complementary color
Monochromatic Colors of #FD1FCC
Black with #FD1FCC
Text Example
Text Example
White with #FD1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1FCC; }
p { color: rgb(253,31,204); }
H1.HeaderClassName
{
color: #FD1FCC;
}
.AnyTagClassName
{
color: #FD1FCC;
}
</style>
background-color css
<style>
a { background-color: #FD1FCC; }
a { background-color: rgb(253,31,204); }
div.DivClassName
{
background-color: #FD1FCC;
}
.BgClassName
{
background-color: #FD1FCC;
}
</style>
border-color css
<style>
span { border-color: #FD1FCC; }
span { border-color: rgb(253,31,204); }
td.TdClassName
{
border-color: #FD1FCC;
}
.TagClassName
{
border-color: #FD1FCC;
}
</style>