Shades of Spicy Pink #FB0BAF
Tints of Spicy Pink #FB0BAF
RGB
CMYK
RGB Variations
Color information
#FB0BAF (or 0xFB0BAF) is known color: Spicy Pink. HEX triplet: FB, 0B and AF. RGB value is (251,11,175). Sum of RGB (Red+Green+Blue) = 251+11+175=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0BAF is #04F450. Grayscale: #656565. Windows color (decimal): -324689 or 11471867. OLE color: 11471867.
HSL color Cylindrical-coordinate representation of color #FB0BAF: hue angle of 319º 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 #FB0BAF is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 175 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.02 |
| HSL | 319º | 0.97% | 0.51% | - |
| HSV(B) | 319º | 0.96% | 0.98% | - |
| XYZ | 47.64 | 23.84 | 42.65 | - |
| YUV | 101.46 | 169.51 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 175 | 0 | 0.96 | 0.30 | 0.02 | 319 | 0.97 | 0.51 |
| Hex | FB | B | AF | 0 | 60 | 1E | 2 | 13F | 61 | 33 |
| Octal | 373 | 13 | 257 | 0 | 140 | 36 | 2 | 477 | 141 | 63 |
| Binary | 11111011 | 1011 | 10101111 | 0 | 1100000 | 11110 | 10 | 100111111 | 1100001 | 110011 |
Color Harmonies of #FB0BAF
Complementary color
Monochromatic Colors of #FB0BAF
Black with #FB0BAF
Text Example
Text Example
White with #FB0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BAF; }
p { color: rgb(251,11,175); }
H1.HeaderClassName
{
color: #FB0BAF;
}
.AnyTagClassName
{
color: #FB0BAF;
}
</style>
background-color css
<style>
a { background-color: #FB0BAF; }
a { background-color: rgb(251,11,175); }
div.DivClassName
{
background-color: #FB0BAF;
}
.BgClassName
{
background-color: #FB0BAF;
}
</style>
border-color css
<style>
span { border-color: #FB0BAF; }
span { border-color: rgb(251,11,175); }
td.TdClassName
{
border-color: #FB0BAF;
}
.TagClassName
{
border-color: #FB0BAF;
}
</style>