Shades of Shocking Pink #FB1BCD
Tints of Shocking Pink #FB1BCD
RGB
CMYK
RGB Variations
Color information
#FB1BCD (or 0xFB1BCD) is known color: Shocking Pink. HEX triplet: FB, 1B and CD. RGB value is (251,27,205). Sum of RGB (Red+Green+Blue) = 251+27+205=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1BCD is #04E432. Grayscale: #717171. Windows color (decimal): -320563 or 13442043. OLE color: 13442043.
HSL color Cylindrical-coordinate representation of color #FB1BCD: hue angle of 312.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1BCD is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.02 |
| HSL | 312.32º | 0.97% | 0.55% | - |
| HSV(B) | 312.32º | 0.89% | 0.98% | - |
| XYZ | 51.2 | 25.7 | 60.02 | - |
| YUV | 114.27 | 179.21 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 205 | 0 | 0.89 | 0.18 | 0.02 | 312.32 | 0.97 | 0.55 |
| Hex | FB | 1B | CD | 0 | 59 | 12 | 2 | 138 | 61 | 37 |
| Octal | 373 | 33 | 315 | 0 | 131 | 22 | 2 | 470 | 141 | 67 |
| Binary | 11111011 | 11011 | 11001101 | 0 | 1011001 | 10010 | 10 | 100111000 | 1100001 | 110111 |
Color Harmonies of #FB1BCD
Complementary color
Monochromatic Colors of #FB1BCD
Black with #FB1BCD
Text Example
Text Example
White with #FB1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BCD; }
p { color: rgb(251,27,205); }
H1.HeaderClassName
{
color: #FB1BCD;
}
.AnyTagClassName
{
color: #FB1BCD;
}
</style>
background-color css
<style>
a { background-color: #FB1BCD; }
a { background-color: rgb(251,27,205); }
div.DivClassName
{
background-color: #FB1BCD;
}
.BgClassName
{
background-color: #FB1BCD;
}
</style>
border-color css
<style>
span { border-color: #FB1BCD; }
span { border-color: rgb(251,27,205); }
td.TdClassName
{
border-color: #FB1BCD;
}
.TagClassName
{
border-color: #FB1BCD;
}
</style>