Shades of Shocking Pink #FB0FB4
Tints of Shocking Pink #FB0FB4
RGB
CMYK
RGB Variations
Color information
#FB0FB4 (or 0xFB0FB4) is known color: Shocking Pink. HEX triplet: FB, 0F and B4. RGB value is (251,15,180). Sum of RGB (Red+Green+Blue) = 251+15+180=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FB4 is #04F04B. Grayscale: #676767. Windows color (decimal): -323660 or 11800571. OLE color: 11800571.
HSL color Cylindrical-coordinate representation of color #FB0FB4: hue angle of 318.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FB4 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 180 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.02 |
| HSL | 318.05º | 0.97% | 0.52% | - |
| HSV(B) | 318.05º | 0.94% | 0.98% | - |
| XYZ | 48.19 | 24.15 | 45.3 | - |
| YUV | 104.37 | 170.69 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 180 | 0 | 0.94 | 0.28 | 0.02 | 318.05 | 0.97 | 0.52 |
| Hex | FB | F | B4 | 0 | 5E | 1C | 2 | 13E | 61 | 34 |
| Octal | 373 | 17 | 264 | 0 | 136 | 34 | 2 | 476 | 141 | 64 |
| Binary | 11111011 | 1111 | 10110100 | 0 | 1011110 | 11100 | 10 | 100111110 | 1100001 | 110100 |
Color Harmonies of #FB0FB4
Complementary color
Monochromatic Colors of #FB0FB4
Black with #FB0FB4
Text Example
Text Example
White with #FB0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FB4; }
p { color: rgb(251,15,180); }
H1.HeaderClassName
{
color: #FB0FB4;
}
.AnyTagClassName
{
color: #FB0FB4;
}
</style>
background-color css
<style>
a { background-color: #FB0FB4; }
a { background-color: rgb(251,15,180); }
div.DivClassName
{
background-color: #FB0FB4;
}
.BgClassName
{
background-color: #FB0FB4;
}
</style>
border-color css
<style>
span { border-color: #FB0FB4; }
span { border-color: rgb(251,15,180); }
td.TdClassName
{
border-color: #FB0FB4;
}
.TagClassName
{
border-color: #FB0FB4;
}
</style>