Shades of Spicy Pink #FF0DAD
Tints of Spicy Pink #FF0DAD
RGB
CMYK
RGB Variations
Color information
#FF0DAD (or 0xFF0DAD) is known color: Spicy Pink. HEX triplet: FF, 0D and AD. RGB value is (255,13,173). Sum of RGB (Red+Green+Blue) = 255+13+173=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0DAD is #00F252. Grayscale: #676767. Windows color (decimal): -62035 or 11341311. OLE color: 11341311.
HSL color Cylindrical-coordinate representation of color #FF0DAD: hue angle of 320.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0DAD is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 173 | - |
| CMYK | 0 | 0.95 | 0.32 | 0 |
| HSL | 320.33º | 1% | 0.53% | - |
| HSV(B) | 320.33º | 0.95% | 1% | - |
| XYZ | 48.93 | 24.56 | 41.7 | - |
| YUV | 103.6 | 167.17 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 173 | 0 | 0.95 | 0.32 | 0 | 320.33 | 1 | 0.53 |
| Hex | FF | D | AD | 0 | 5F | 20 | 0 | 140 | 64 | 35 |
| Octal | 377 | 15 | 255 | 0 | 137 | 40 | 0 | 500 | 144 | 65 |
| Binary | 11111111 | 1101 | 10101101 | 0 | 1011111 | 100000 | 0 | 101000000 | 1100100 | 110101 |
Color Harmonies of #FF0DAD
Complementary color
Monochromatic Colors of #FF0DAD
Black with #FF0DAD
Text Example
Text Example
White with #FF0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DAD; }
p { color: rgb(255,13,173); }
H1.HeaderClassName
{
color: #FF0DAD;
}
.AnyTagClassName
{
color: #FF0DAD;
}
</style>
background-color css
<style>
a { background-color: #FF0DAD; }
a { background-color: rgb(255,13,173); }
div.DivClassName
{
background-color: #FF0DAD;
}
.BgClassName
{
background-color: #FF0DAD;
}
</style>
border-color css
<style>
span { border-color: #FF0DAD; }
span { border-color: rgb(255,13,173); }
td.TdClassName
{
border-color: #FF0DAD;
}
.TagClassName
{
border-color: #FF0DAD;
}
</style>