Shades of Spicy Pink #FF0FAD
Tints of Spicy Pink #FF0FAD
RGB
CMYK
RGB Variations
Color information
#FF0FAD (or 0xFF0FAD) is known color: Spicy Pink. HEX triplet: FF, 0F and AD. RGB value is (255,15,173). Sum of RGB (Red+Green+Blue) = 255+15+173=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0FAD is #00F052. Grayscale: #686868. Windows color (decimal): -61523 or 11341823. OLE color: 11341823.
HSL color Cylindrical-coordinate representation of color #FF0FAD: hue angle of 320.5º 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 #FF0FAD is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 173 | - |
| CMYK | 0 | 0.94 | 0.32 | 0 |
| HSL | 320.5º | 1% | 0.53% | - |
| HSV(B) | 320.5º | 0.94% | 1% | - |
| XYZ | 48.95 | 24.62 | 41.71 | - |
| YUV | 104.77 | 166.51 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 173 | 0 | 0.94 | 0.32 | 0 | 320.5 | 1 | 0.53 |
| Hex | FF | F | AD | 0 | 5E | 20 | 0 | 140 | 64 | 35 |
| Octal | 377 | 17 | 255 | 0 | 136 | 40 | 0 | 500 | 144 | 65 |
| Binary | 11111111 | 1111 | 10101101 | 0 | 1011110 | 100000 | 0 | 101000000 | 1100100 | 110101 |
Color Harmonies of #FF0FAD
Complementary color
Monochromatic Colors of #FF0FAD
Black with #FF0FAD
Text Example
Text Example
White with #FF0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FAD; }
p { color: rgb(255,15,173); }
H1.HeaderClassName
{
color: #FF0FAD;
}
.AnyTagClassName
{
color: #FF0FAD;
}
</style>
background-color css
<style>
a { background-color: #FF0FAD; }
a { background-color: rgb(255,15,173); }
div.DivClassName
{
background-color: #FF0FAD;
}
.BgClassName
{
background-color: #FF0FAD;
}
</style>
border-color css
<style>
span { border-color: #FF0FAD; }
span { border-color: rgb(255,15,173); }
td.TdClassName
{
border-color: #FF0FAD;
}
.TagClassName
{
border-color: #FF0FAD;
}
</style>