Shades of Shocking Pink #FB00B8
Tints of Shocking Pink #FB00B8
RGB
CMYK
RGB Variations
Color information
#FB00B8 (or 0xFB00B8) is known color: Shocking Pink. HEX triplet: FB, 00 and B8. RGB value is (251,0,184). Sum of RGB (Red+Green+Blue) = 251+0+184=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00B8 is #04FF47. Grayscale: #5F5F5F. Windows color (decimal): -327496 or 12058875. OLE color: 12058875.
HSL color Cylindrical-coordinate representation of color #FB00B8: hue angle of 316.02º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00B8 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.27 | 0.02 |
| HSL | 316.02º | 1% | 0.49% | - |
| HSV(B) | 316.02º | 1% | 0.98% | - |
| XYZ | 48.44 | 23.97 | 47.42 | - |
| YUV | 96.03 | 177.66 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 184 | 0 | 1 | 0.27 | 0.02 | 316.02 | 1 | 0.49 |
| Hex | FB | 0 | B8 | 0 | 64 | 1B | 2 | 13C | 64 | 31 |
| Octal | 373 | 0 | 270 | 0 | 144 | 33 | 2 | 474 | 144 | 61 |
| Binary | 11111011 | 0 | 10111000 | 0 | 1100100 | 11011 | 10 | 100111100 | 1100100 | 110001 |
Color Harmonies of #FB00B8
Complementary color
Monochromatic Colors of #FB00B8
Black with #FB00B8
Text Example
Text Example
White with #FB00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00B8; }
p { color: rgb(251,0,184); }
H1.HeaderClassName
{
color: #FB00B8;
}
.AnyTagClassName
{
color: #FB00B8;
}
</style>
background-color css
<style>
a { background-color: #FB00B8; }
a { background-color: rgb(251,0,184); }
div.DivClassName
{
background-color: #FB00B8;
}
.BgClassName
{
background-color: #FB00B8;
}
</style>
border-color css
<style>
span { border-color: #FB00B8; }
span { border-color: rgb(251,0,184); }
td.TdClassName
{
border-color: #FB00B8;
}
.TagClassName
{
border-color: #FB00B8;
}
</style>