Shades of Spicy Pink #FF0FAB
Tints of Spicy Pink #FF0FAB
RGB
CMYK
RGB Variations
Color information
#FF0FAB (or 0xFF0FAB) is known color: Spicy Pink. HEX triplet: FF, 0F and AB. RGB value is (255,15,171). Sum of RGB (Red+Green+Blue) = 255+15+171=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0FAB is #00F054. Grayscale: #686868. Windows color (decimal): -61525 or 11210751. OLE color: 11210751.
HSL color Cylindrical-coordinate representation of color #FF0FAB: hue angle of 321º 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 #FF0FAB is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 171 | - |
| CMYK | 0 | 0.94 | 0.33 | 0 |
| HSL | 321º | 1% | 0.53% | - |
| HSV(B) | 321º | 0.94% | 1% | - |
| XYZ | 48.76 | 24.54 | 40.7 | - |
| YUV | 104.54 | 165.51 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 171 | 0 | 0.94 | 0.33 | 0 | 321 | 1 | 0.53 |
| Hex | FF | F | AB | 0 | 5E | 21 | 0 | 141 | 64 | 35 |
| Octal | 377 | 17 | 253 | 0 | 136 | 41 | 0 | 501 | 144 | 65 |
| Binary | 11111111 | 1111 | 10101011 | 0 | 1011110 | 100001 | 0 | 101000001 | 1100100 | 110101 |
Color Harmonies of #FF0FAB
Complementary color
Monochromatic Colors of #FF0FAB
Black with #FF0FAB
Text Example
Text Example
White with #FF0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FAB; }
p { color: rgb(255,15,171); }
H1.HeaderClassName
{
color: #FF0FAB;
}
.AnyTagClassName
{
color: #FF0FAB;
}
</style>
background-color css
<style>
a { background-color: #FF0FAB; }
a { background-color: rgb(255,15,171); }
div.DivClassName
{
background-color: #FF0FAB;
}
.BgClassName
{
background-color: #FF0FAB;
}
</style>
border-color css
<style>
span { border-color: #FF0FAB; }
span { border-color: rgb(255,15,171); }
td.TdClassName
{
border-color: #FF0FAB;
}
.TagClassName
{
border-color: #FF0FAB;
}
</style>