Shades of Shocking Pink #FD1BCE
Tints of Shocking Pink #FD1BCE
RGB
CMYK
RGB Variations
Color information
#FD1BCE (or 0xFD1BCE) is known color: Shocking Pink. HEX triplet: FD, 1B and CE. RGB value is (253,27,206). Sum of RGB (Red+Green+Blue) = 253+27+206=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 27 (10.94% from 255 or 5.56% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BCE is #02E431. Grayscale: #727272. Windows color (decimal): -189490 or 13507581. OLE color: 13507581.
HSL color Cylindrical-coordinate representation of color #FD1BCE: hue angle of 312.48º 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 #FD1BCE is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 206 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 312.48º | 0.98% | 0.55% | - |
| HSV(B) | 312.48º | 0.89% | 0.99% | - |
| XYZ | 52.04 | 26.12 | 60.69 | - |
| YUV | 114.98 | 179.37 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 206 | 0 | 0.89 | 0.19 | 0.01 | 312.48 | 0.98 | 0.55 |
| Hex | FD | 1B | CE | 0 | 59 | 13 | 1 | 138 | 62 | 37 |
| Octal | 375 | 33 | 316 | 0 | 131 | 23 | 1 | 470 | 142 | 67 |
| Binary | 11111101 | 11011 | 11001110 | 0 | 1011001 | 10011 | 1 | 100111000 | 1100010 | 110111 |
Color Harmonies of #FD1BCE
Complementary color
Monochromatic Colors of #FD1BCE
Black with #FD1BCE
Text Example
Text Example
White with #FD1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BCE; }
p { color: rgb(253,27,206); }
H1.HeaderClassName
{
color: #FD1BCE;
}
.AnyTagClassName
{
color: #FD1BCE;
}
</style>
background-color css
<style>
a { background-color: #FD1BCE; }
a { background-color: rgb(253,27,206); }
div.DivClassName
{
background-color: #FD1BCE;
}
.BgClassName
{
background-color: #FD1BCE;
}
</style>
border-color css
<style>
span { border-color: #FD1BCE; }
span { border-color: rgb(253,27,206); }
td.TdClassName
{
border-color: #FD1BCE;
}
.TagClassName
{
border-color: #FD1BCE;
}
</style>