Shades of Shocking Pink #FB0DB6
Tints of Shocking Pink #FB0DB6
RGB
CMYK
RGB Variations
Color information
#FB0DB6 (or 0xFB0DB6) is known color: Shocking Pink. HEX triplet: FB, 0D and B6. RGB value is (251,13,182). Sum of RGB (Red+Green+Blue) = 251+13+182=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DB6 is #04F249. Grayscale: #666666. Windows color (decimal): -324170 or 11931131. OLE color: 11931131.
HSL color Cylindrical-coordinate representation of color #FB0DB6: hue angle of 317.39º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DB6 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 182 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.02 |
| HSL | 317.4º | 0.97% | 0.52% | - |
| HSV(B) | 317.4º | 0.95% | 0.98% | - |
| XYZ | 48.37 | 24.17 | 46.37 | - |
| YUV | 103.43 | 172.35 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 182 | 0 | 0.95 | 0.27 | 0.02 | 317.4 | 0.97 | 0.52 |
| Hex | FB | D | B6 | 0 | 5F | 1B | 2 | 13D | 61 | 34 |
| Octal | 373 | 15 | 266 | 0 | 137 | 33 | 2 | 475 | 141 | 64 |
| Binary | 11111011 | 1101 | 10110110 | 0 | 1011111 | 11011 | 10 | 100111101 | 1100001 | 110100 |
Color Harmonies of #FB0DB6
Complementary color
Monochromatic Colors of #FB0DB6
Black with #FB0DB6
Text Example
Text Example
White with #FB0DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DB6; }
p { color: rgb(251,13,182); }
H1.HeaderClassName
{
color: #FB0DB6;
}
.AnyTagClassName
{
color: #FB0DB6;
}
</style>
background-color css
<style>
a { background-color: #FB0DB6; }
a { background-color: rgb(251,13,182); }
div.DivClassName
{
background-color: #FB0DB6;
}
.BgClassName
{
background-color: #FB0DB6;
}
</style>
border-color css
<style>
span { border-color: #FB0DB6; }
span { border-color: rgb(251,13,182); }
td.TdClassName
{
border-color: #FB0DB6;
}
.TagClassName
{
border-color: #FB0DB6;
}
</style>