Shades of Spicy Pink #FF0FB0
Tints of Spicy Pink #FF0FB0
RGB
CMYK
RGB Variations
Color information
#FF0FB0 (or 0xFF0FB0) is known color: Spicy Pink. HEX triplet: FF, 0F and B0. RGB value is (255,15,176). Sum of RGB (Red+Green+Blue) = 255+15+176=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0FB0 is #00F04F. Grayscale: #686868. Windows color (decimal): -61520 or 11538431. OLE color: 11538431.
HSL color Cylindrical-coordinate representation of color #FF0FB0: hue angle of 319.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FB0 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 176 | - |
| CMYK | 0 | 0.94 | 0.31 | 0 |
| HSL | 319.75º | 1% | 0.53% | - |
| HSV(B) | 319.75º | 0.94% | 1% | - |
| XYZ | 49.25 | 24.74 | 43.25 | - |
| YUV | 105.11 | 168.01 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 176 | 0 | 0.94 | 0.31 | 0 | 319.75 | 1 | 0.53 |
| Hex | FF | F | B0 | 0 | 5E | 1F | 0 | 140 | 64 | 35 |
| Octal | 377 | 17 | 260 | 0 | 136 | 37 | 0 | 500 | 144 | 65 |
| Binary | 11111111 | 1111 | 10110000 | 0 | 1011110 | 11111 | 0 | 101000000 | 1100100 | 110101 |
Color Harmonies of #FF0FB0
Complementary color
Monochromatic Colors of #FF0FB0
Black with #FF0FB0
Text Example
Text Example
White with #FF0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FB0; }
p { color: rgb(255,15,176); }
H1.HeaderClassName
{
color: #FF0FB0;
}
.AnyTagClassName
{
color: #FF0FB0;
}
</style>
background-color css
<style>
a { background-color: #FF0FB0; }
a { background-color: rgb(255,15,176); }
div.DivClassName
{
background-color: #FF0FB0;
}
.BgClassName
{
background-color: #FF0FB0;
}
</style>
border-color css
<style>
span { border-color: #FF0FB0; }
span { border-color: rgb(255,15,176); }
td.TdClassName
{
border-color: #FF0FB0;
}
.TagClassName
{
border-color: #FF0FB0;
}
</style>