Shades of Shocking Pink #FB1DD0
Tints of Shocking Pink #FB1DD0
RGB
CMYK
RGB Variations
Color information
#FB1DD0 (or 0xFB1DD0) is known color: Shocking Pink. HEX triplet: FB, 1D and D0. RGB value is (251,29,208). Sum of RGB (Red+Green+Blue) = 251+29+208=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1DD0 is #04E22F. Grayscale: #737373. Windows color (decimal): -320048 or 13639163. OLE color: 13639163.
HSL color Cylindrical-coordinate representation of color #FB1DD0: hue angle of 311.62º 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 #FB1DD0 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 208 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.02 |
| HSL | 311.62º | 0.97% | 0.55% | - |
| HSV(B) | 311.62º | 0.88% | 0.98% | - |
| XYZ | 51.61 | 25.94 | 61.96 | - |
| YUV | 115.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 208 | 0 | 0.88 | 0.17 | 0.02 | 311.62 | 0.97 | 0.55 |
| Hex | FB | 1D | D0 | 0 | 58 | 11 | 2 | 138 | 61 | 37 |
| Octal | 373 | 35 | 320 | 0 | 130 | 21 | 2 | 470 | 141 | 67 |
| Binary | 11111011 | 11101 | 11010000 | 0 | 1011000 | 10001 | 10 | 100111000 | 1100001 | 110111 |
Color Harmonies of #FB1DD0
Complementary color
Monochromatic Colors of #FB1DD0
Black with #FB1DD0
Text Example
Text Example
White with #FB1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1DD0; }
p { color: rgb(251,29,208); }
H1.HeaderClassName
{
color: #FB1DD0;
}
.AnyTagClassName
{
color: #FB1DD0;
}
</style>
background-color css
<style>
a { background-color: #FB1DD0; }
a { background-color: rgb(251,29,208); }
div.DivClassName
{
background-color: #FB1DD0;
}
.BgClassName
{
background-color: #FB1DD0;
}
</style>
border-color css
<style>
span { border-color: #FB1DD0; }
span { border-color: rgb(251,29,208); }
td.TdClassName
{
border-color: #FB1DD0;
}
.TagClassName
{
border-color: #FB1DD0;
}
</style>