Shades of Spicy Pink #FB0BAE
Tints of Spicy Pink #FB0BAE
RGB
CMYK
RGB Variations
Color information
#FB0BAE (or 0xFB0BAE) is known color: Spicy Pink. HEX triplet: FB, 0B and AE. RGB value is (251,11,174). Sum of RGB (Red+Green+Blue) = 251+11+174=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0BAE is #04F451. Grayscale: #646464. Windows color (decimal): -324690 or 11406331. OLE color: 11406331.
HSL color Cylindrical-coordinate representation of color #FB0BAE: hue angle of 319.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0BAE is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 174 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.02 |
| HSL | 319.25º | 0.97% | 0.51% | - |
| HSV(B) | 319.25º | 0.96% | 0.98% | - |
| XYZ | 47.54 | 23.8 | 42.13 | - |
| YUV | 101.34 | 169.01 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 174 | 0 | 0.96 | 0.31 | 0.02 | 319.25 | 0.97 | 0.51 |
| Hex | FB | B | AE | 0 | 60 | 1F | 2 | 13F | 61 | 33 |
| Octal | 373 | 13 | 256 | 0 | 140 | 37 | 2 | 477 | 141 | 63 |
| Binary | 11111011 | 1011 | 10101110 | 0 | 1100000 | 11111 | 10 | 100111111 | 1100001 | 110011 |
Color Harmonies of #FB0BAE
Complementary color
Monochromatic Colors of #FB0BAE
Black with #FB0BAE
Text Example
Text Example
White with #FB0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BAE; }
p { color: rgb(251,11,174); }
H1.HeaderClassName
{
color: #FB0BAE;
}
.AnyTagClassName
{
color: #FB0BAE;
}
</style>
background-color css
<style>
a { background-color: #FB0BAE; }
a { background-color: rgb(251,11,174); }
div.DivClassName
{
background-color: #FB0BAE;
}
.BgClassName
{
background-color: #FB0BAE;
}
</style>
border-color css
<style>
span { border-color: #FB0BAE; }
span { border-color: rgb(251,11,174); }
td.TdClassName
{
border-color: #FB0BAE;
}
.TagClassName
{
border-color: #FB0BAE;
}
</style>