Shades of Spicy Pink #FF0DAA
Tints of Spicy Pink #FF0DAA
RGB
CMYK
RGB Variations
Color information
#FF0DAA (or 0xFF0DAA) is known color: Spicy Pink. HEX triplet: FF, 0D and AA. RGB value is (255,13,170). Sum of RGB (Red+Green+Blue) = 255+13+170=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0DAA is #00F255. Grayscale: #666666. Windows color (decimal): -62038 or 11144703. OLE color: 11144703.
HSL color Cylindrical-coordinate representation of color #FF0DAA: hue angle of 321.07º 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 #FF0DAA is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 170 | - |
| CMYK | 0 | 0.95 | 0.33 | 0 |
| HSL | 321.07º | 1% | 0.53% | - |
| HSV(B) | 321.07º | 0.95% | 1% | - |
| XYZ | 48.64 | 24.45 | 40.19 | - |
| YUV | 103.26 | 165.67 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 170 | 0 | 0.95 | 0.33 | 0 | 321.07 | 1 | 0.53 |
| Hex | FF | D | AA | 0 | 5F | 21 | 0 | 141 | 64 | 35 |
| Octal | 377 | 15 | 252 | 0 | 137 | 41 | 0 | 501 | 144 | 65 |
| Binary | 11111111 | 1101 | 10101010 | 0 | 1011111 | 100001 | 0 | 101000001 | 1100100 | 110101 |
Color Harmonies of #FF0DAA
Complementary color
Monochromatic Colors of #FF0DAA
Black with #FF0DAA
Text Example
Text Example
White with #FF0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DAA; }
p { color: rgb(255,13,170); }
H1.HeaderClassName
{
color: #FF0DAA;
}
.AnyTagClassName
{
color: #FF0DAA;
}
</style>
background-color css
<style>
a { background-color: #FF0DAA; }
a { background-color: rgb(255,13,170); }
div.DivClassName
{
background-color: #FF0DAA;
}
.BgClassName
{
background-color: #FF0DAA;
}
</style>
border-color css
<style>
span { border-color: #FF0DAA; }
span { border-color: rgb(255,13,170); }
td.TdClassName
{
border-color: #FF0DAA;
}
.TagClassName
{
border-color: #FF0DAA;
}
</style>