Shades of Shocking Pink #FD1CBF
Tints of Shocking Pink #FD1CBF
RGB
CMYK
RGB Variations
Color information
#FD1CBF (or 0xFD1CBF) is known color: Shocking Pink. HEX triplet: FD, 1C and BF. RGB value is (253,28,191). Sum of RGB (Red+Green+Blue) = 253+28+191=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CBF is #02E340. Grayscale: #717171. Windows color (decimal): -189249 or 12524797. OLE color: 12524797.
HSL color Cylindrical-coordinate representation of color #FD1CBF: hue angle of 316.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 #FD1CBF is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 191 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.01 |
| HSL | 316.53º | 0.98% | 0.55% | - |
| HSV(B) | 316.53º | 0.89% | 0.99% | - |
| XYZ | 50.33 | 25.47 | 51.55 | - |
| YUV | 113.86 | 171.54 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 191 | 0 | 0.89 | 0.25 | 0.01 | 316.53 | 0.98 | 0.55 |
| Hex | FD | 1C | BF | 0 | 59 | 19 | 1 | 13D | 62 | 37 |
| Octal | 375 | 34 | 277 | 0 | 131 | 31 | 1 | 475 | 142 | 67 |
| Binary | 11111101 | 11100 | 10111111 | 0 | 1011001 | 11001 | 1 | 100111101 | 1100010 | 110111 |
Color Harmonies of #FD1CBF
Complementary color
Monochromatic Colors of #FD1CBF
Black with #FD1CBF
Text Example
Text Example
White with #FD1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CBF; }
p { color: rgb(253,28,191); }
H1.HeaderClassName
{
color: #FD1CBF;
}
.AnyTagClassName
{
color: #FD1CBF;
}
</style>
background-color css
<style>
a { background-color: #FD1CBF; }
a { background-color: rgb(253,28,191); }
div.DivClassName
{
background-color: #FD1CBF;
}
.BgClassName
{
background-color: #FD1CBF;
}
</style>
border-color css
<style>
span { border-color: #FD1CBF; }
span { border-color: rgb(253,28,191); }
td.TdClassName
{
border-color: #FD1CBF;
}
.TagClassName
{
border-color: #FD1CBF;
}
</style>