Shades of Shocking Pink #FC1BD3
Tints of Shocking Pink #FC1BD3
RGB
CMYK
RGB Variations
Color information
#FC1BD3 (or 0xFC1BD3) is known color: Shocking Pink. HEX triplet: FC, 1B and D3. RGB value is (252,27,211). Sum of RGB (Red+Green+Blue) = 252+27+211=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BD3 is #03E42C. Grayscale: #727272. Windows color (decimal): -255021 or 13835260. OLE color: 13835260.
HSL color Cylindrical-coordinate representation of color #FC1BD3: hue angle of 310.93º degrees, saturation: 0.97, 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 #FC1BD3 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 211 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.01 |
| HSL | 310.93º | 0.97% | 0.55% | - |
| HSV(B) | 310.93º | 0.89% | 0.99% | - |
| XYZ | 52.29 | 26.18 | 63.93 | - |
| YUV | 115.25 | 182.04 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 211 | 0 | 0.89 | 0.16 | 0.01 | 310.93 | 0.97 | 0.55 |
| Hex | FC | 1B | D3 | 0 | 59 | 10 | 1 | 137 | 61 | 37 |
| Octal | 374 | 33 | 323 | 0 | 131 | 20 | 1 | 467 | 141 | 67 |
| Binary | 11111100 | 11011 | 11010011 | 0 | 1011001 | 10000 | 1 | 100110111 | 1100001 | 110111 |
Color Harmonies of #FC1BD3
Complementary color
Monochromatic Colors of #FC1BD3
Black with #FC1BD3
Text Example
Text Example
White with #FC1BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BD3; }
p { color: rgb(252,27,211); }
H1.HeaderClassName
{
color: #FC1BD3;
}
.AnyTagClassName
{
color: #FC1BD3;
}
</style>
background-color css
<style>
a { background-color: #FC1BD3; }
a { background-color: rgb(252,27,211); }
div.DivClassName
{
background-color: #FC1BD3;
}
.BgClassName
{
background-color: #FC1BD3;
}
</style>
border-color css
<style>
span { border-color: #FC1BD3; }
span { border-color: rgb(252,27,211); }
td.TdClassName
{
border-color: #FC1BD3;
}
.TagClassName
{
border-color: #FC1BD3;
}
</style>