Shades of Shocking Pink #FB1DCD
Tints of Shocking Pink #FB1DCD
RGB
CMYK
RGB Variations
Color information
#FB1DCD (or 0xFB1DCD) is known color: Shocking Pink. HEX triplet: FB, 1D and CD. RGB value is (251,29,205). Sum of RGB (Red+Green+Blue) = 251+29+205=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1DCD is #04E232. Grayscale: #727272. Windows color (decimal): -320051 or 13442555. OLE color: 13442555.
HSL color Cylindrical-coordinate representation of color #FB1DCD: hue angle of 312.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1DCD is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 205 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 312.43º | 0.97% | 0.55% | - |
| HSV(B) | 312.43º | 0.88% | 0.98% | - |
| XYZ | 51.24 | 25.8 | 60.04 | - |
| YUV | 115.44 | 178.55 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 205 | 0 | 0.88 | 0.18 | 0.02 | 312.43 | 0.97 | 0.55 |
| Hex | FB | 1D | CD | 0 | 58 | 12 | 2 | 138 | 61 | 37 |
| Octal | 373 | 35 | 315 | 0 | 130 | 22 | 2 | 470 | 141 | 67 |
| Binary | 11111011 | 11101 | 11001101 | 0 | 1011000 | 10010 | 10 | 100111000 | 1100001 | 110111 |
Color Harmonies of #FB1DCD
Complementary color
Monochromatic Colors of #FB1DCD
Black with #FB1DCD
Text Example
Text Example
White with #FB1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1DCD; }
p { color: rgb(251,29,205); }
H1.HeaderClassName
{
color: #FB1DCD;
}
.AnyTagClassName
{
color: #FB1DCD;
}
</style>
background-color css
<style>
a { background-color: #FB1DCD; }
a { background-color: rgb(251,29,205); }
div.DivClassName
{
background-color: #FB1DCD;
}
.BgClassName
{
background-color: #FB1DCD;
}
</style>
border-color css
<style>
span { border-color: #FB1DCD; }
span { border-color: rgb(251,29,205); }
td.TdClassName
{
border-color: #FB1DCD;
}
.TagClassName
{
border-color: #FB1DCD;
}
</style>