Shades of Spicy Pink #FF0FB3
Tints of Spicy Pink #FF0FB3
RGB
CMYK
RGB Variations
Color information
#FF0FB3 (or 0xFF0FB3) is known color: Spicy Pink. HEX triplet: FF, 0F and B3. RGB value is (255,15,179). Sum of RGB (Red+Green+Blue) = 255+15+179=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FB3 is #00F04C. Grayscale: #696969. Windows color (decimal): -61517 or 11735039. OLE color: 11735039.
HSL color Cylindrical-coordinate representation of color #FF0FB3: hue angle of 319º 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 #FF0FB3 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 179 | - |
| CMYK | 0 | 0.94 | 0.30 | 0 |
| HSL | 319º | 1% | 0.53% | - |
| HSV(B) | 319º | 0.94% | 1% | - |
| XYZ | 49.55 | 24.86 | 44.83 | - |
| YUV | 105.46 | 169.51 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 179 | 0 | 0.94 | 0.30 | 0 | 319 | 1 | 0.53 |
| Hex | FF | F | B3 | 0 | 5E | 1E | 0 | 13F | 64 | 35 |
| Octal | 377 | 17 | 263 | 0 | 136 | 36 | 0 | 477 | 144 | 65 |
| Binary | 11111111 | 1111 | 10110011 | 0 | 1011110 | 11110 | 0 | 100111111 | 1100100 | 110101 |
Color Harmonies of #FF0FB3
Complementary color
Monochromatic Colors of #FF0FB3
Black with #FF0FB3
Text Example
Text Example
White with #FF0FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FB3; }
p { color: rgb(255,15,179); }
H1.HeaderClassName
{
color: #FF0FB3;
}
.AnyTagClassName
{
color: #FF0FB3;
}
</style>
background-color css
<style>
a { background-color: #FF0FB3; }
a { background-color: rgb(255,15,179); }
div.DivClassName
{
background-color: #FF0FB3;
}
.BgClassName
{
background-color: #FF0FB3;
}
</style>
border-color css
<style>
span { border-color: #FF0FB3; }
span { border-color: rgb(255,15,179); }
td.TdClassName
{
border-color: #FF0FB3;
}
.TagClassName
{
border-color: #FF0FB3;
}
</style>