Shades of Shocking Pink #FB01BA
Tints of Shocking Pink #FB01BA
RGB
CMYK
RGB Variations
Color information
#FB01BA (or 0xFB01BA) is known color: Shocking Pink. HEX triplet: FB, 01 and BA. RGB value is (251,1,186). Sum of RGB (Red+Green+Blue) = 251+1+186=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01BA is #04FE45. Grayscale: #606060. Windows color (decimal): -327238 or 12190203. OLE color: 12190203.
HSL color Cylindrical-coordinate representation of color #FB01BA: hue angle of 315.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01BA is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.02 |
| HSL | 315.6º | 0.99% | 0.49% | - |
| HSV(B) | 315.6º | 1% | 0.98% | - |
| XYZ | 48.66 | 24.08 | 48.54 | - |
| YUV | 96.84 | 178.33 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 186 | 0 | 1.00 | 0.26 | 0.02 | 315.6 | 0.99 | 0.49 |
| Hex | FB | 1 | BA | 0 | 64 | 1A | 2 | 13C | 63 | 31 |
| Octal | 373 | 1 | 272 | 0 | 144 | 32 | 2 | 474 | 143 | 61 |
| Binary | 11111011 | 1 | 10111010 | 0 | 1100100 | 11010 | 10 | 100111100 | 1100011 | 110001 |
Color Harmonies of #FB01BA
Complementary color
Monochromatic Colors of #FB01BA
Black with #FB01BA
Text Example
Text Example
White with #FB01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01BA; }
p { color: rgb(251,1,186); }
H1.HeaderClassName
{
color: #FB01BA;
}
.AnyTagClassName
{
color: #FB01BA;
}
</style>
background-color css
<style>
a { background-color: #FB01BA; }
a { background-color: rgb(251,1,186); }
div.DivClassName
{
background-color: #FB01BA;
}
.BgClassName
{
background-color: #FB01BA;
}
</style>
border-color css
<style>
span { border-color: #FB01BA; }
span { border-color: rgb(251,1,186); }
td.TdClassName
{
border-color: #FB01BA;
}
.TagClassName
{
border-color: #FB01BA;
}
</style>