Shades of Shocking Pink #FD1CBE
Tints of Shocking Pink #FD1CBE
RGB
CMYK
RGB Variations
Color information
#FD1CBE (or 0xFD1CBE) is known color: Shocking Pink. HEX triplet: FD, 1C and BE. RGB value is (253,28,190). Sum of RGB (Red+Green+Blue) = 253+28+190=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CBE is #02E341. Grayscale: #717171. Windows color (decimal): -189250 or 12459261. OLE color: 12459261.
HSL color Cylindrical-coordinate representation of color #FD1CBE: hue angle of 316.8º 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 #FD1CBE is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 190 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.01 |
| HSL | 316.8º | 0.98% | 0.55% | - |
| HSV(B) | 316.8º | 0.89% | 0.99% | - |
| XYZ | 50.22 | 25.43 | 50.98 | - |
| YUV | 113.74 | 171.04 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 190 | 0 | 0.89 | 0.25 | 0.01 | 316.8 | 0.98 | 0.55 |
| Hex | FD | 1C | BE | 0 | 59 | 19 | 1 | 13D | 62 | 37 |
| Octal | 375 | 34 | 276 | 0 | 131 | 31 | 1 | 475 | 142 | 67 |
| Binary | 11111101 | 11100 | 10111110 | 0 | 1011001 | 11001 | 1 | 100111101 | 1100010 | 110111 |
Color Harmonies of #FD1CBE
Complementary color
Monochromatic Colors of #FD1CBE
Black with #FD1CBE
Text Example
Text Example
White with #FD1CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CBE; }
p { color: rgb(253,28,190); }
H1.HeaderClassName
{
color: #FD1CBE;
}
.AnyTagClassName
{
color: #FD1CBE;
}
</style>
background-color css
<style>
a { background-color: #FD1CBE; }
a { background-color: rgb(253,28,190); }
div.DivClassName
{
background-color: #FD1CBE;
}
.BgClassName
{
background-color: #FD1CBE;
}
</style>
border-color css
<style>
span { border-color: #FD1CBE; }
span { border-color: rgb(253,28,190); }
td.TdClassName
{
border-color: #FD1CBE;
}
.TagClassName
{
border-color: #FD1CBE;
}
</style>