Shades of Shocking Pink #FB1ABE
Tints of Shocking Pink #FB1ABE
RGB
CMYK
RGB Variations
Color information
#FB1ABE (or 0xFB1ABE) is known color: Shocking Pink. HEX triplet: FB, 1A and BE. RGB value is (251,26,190). Sum of RGB (Red+Green+Blue) = 251+26+190=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1ABE is #04E541. Grayscale: #6F6F6F. Windows color (decimal): -320834 or 12458747. OLE color: 12458747.
HSL color Cylindrical-coordinate representation of color #FB1ABE: hue angle of 316.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1ABE is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 190 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.02 |
| HSL | 316.27º | 0.97% | 0.54% | - |
| HSV(B) | 316.27º | 0.9% | 0.98% | - |
| XYZ | 49.45 | 24.97 | 50.93 | - |
| YUV | 111.97 | 172.04 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 190 | 0 | 0.90 | 0.24 | 0.02 | 316.27 | 0.97 | 0.54 |
| Hex | FB | 1A | BE | 0 | 5A | 18 | 2 | 13C | 61 | 36 |
| Octal | 373 | 32 | 276 | 0 | 132 | 30 | 2 | 474 | 141 | 66 |
| Binary | 11111011 | 11010 | 10111110 | 0 | 1011010 | 11000 | 10 | 100111100 | 1100001 | 110110 |
Color Harmonies of #FB1ABE
Complementary color
Monochromatic Colors of #FB1ABE
Black with #FB1ABE
Text Example
Text Example
White with #FB1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1ABE; }
p { color: rgb(251,26,190); }
H1.HeaderClassName
{
color: #FB1ABE;
}
.AnyTagClassName
{
color: #FB1ABE;
}
</style>
background-color css
<style>
a { background-color: #FB1ABE; }
a { background-color: rgb(251,26,190); }
div.DivClassName
{
background-color: #FB1ABE;
}
.BgClassName
{
background-color: #FB1ABE;
}
</style>
border-color css
<style>
span { border-color: #FB1ABE; }
span { border-color: rgb(251,26,190); }
td.TdClassName
{
border-color: #FB1ABE;
}
.TagClassName
{
border-color: #FB1ABE;
}
</style>