Shades of Spicy Pink #FF0BB0
Tints of Spicy Pink #FF0BB0
RGB
CMYK
RGB Variations
Color information
#FF0BB0 (or 0xFF0BB0) is known color: Spicy Pink. HEX triplet: FF, 0B and B0. RGB value is (255,11,176). Sum of RGB (Red+Green+Blue) = 255+11+176=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0BB0 is #00F44F. Grayscale: #666666. Windows color (decimal): -62544 or 11537407. OLE color: 11537407.
HSL color Cylindrical-coordinate representation of color #FF0BB0: hue angle of 319.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BB0 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 176 | - |
| CMYK | 0 | 0.96 | 0.31 | 0 |
| HSL | 319.43º | 1% | 0.52% | - |
| HSV(B) | 319.43º | 0.96% | 1% | - |
| XYZ | 49.2 | 24.63 | 43.24 | - |
| YUV | 102.77 | 169.34 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 176 | 0 | 0.96 | 0.31 | 0 | 319.43 | 1 | 0.52 |
| Hex | FF | B | B0 | 0 | 60 | 1F | 0 | 13F | 64 | 34 |
| Octal | 377 | 13 | 260 | 0 | 140 | 37 | 0 | 477 | 144 | 64 |
| Binary | 11111111 | 1011 | 10110000 | 0 | 1100000 | 11111 | 0 | 100111111 | 1100100 | 110100 |
Color Harmonies of #FF0BB0
Complementary color
Monochromatic Colors of #FF0BB0
Black with #FF0BB0
Text Example
Text Example
White with #FF0BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BB0; }
p { color: rgb(255,11,176); }
H1.HeaderClassName
{
color: #FF0BB0;
}
.AnyTagClassName
{
color: #FF0BB0;
}
</style>
background-color css
<style>
a { background-color: #FF0BB0; }
a { background-color: rgb(255,11,176); }
div.DivClassName
{
background-color: #FF0BB0;
}
.BgClassName
{
background-color: #FF0BB0;
}
</style>
border-color css
<style>
span { border-color: #FF0BB0; }
span { border-color: rgb(255,11,176); }
td.TdClassName
{
border-color: #FF0BB0;
}
.TagClassName
{
border-color: #FF0BB0;
}
</style>