Shades of Spicy Pink #FF0DAE
Tints of Spicy Pink #FF0DAE
RGB
CMYK
RGB Variations
Color information
#FF0DAE (or 0xFF0DAE) is known color: Spicy Pink. HEX triplet: FF, 0D and AE. RGB value is (255,13,174). Sum of RGB (Red+Green+Blue) = 255+13+174=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0DAE is #00F251. Grayscale: #676767. Windows color (decimal): -62034 or 11406847. OLE color: 11406847.
HSL color Cylindrical-coordinate representation of color #FF0DAE: hue angle of 320.08º 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 #FF0DAE is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 174 | - |
| CMYK | 0 | 0.95 | 0.32 | 0 |
| HSL | 320.08º | 1% | 0.53% | - |
| HSV(B) | 320.08º | 0.95% | 1% | - |
| XYZ | 49.02 | 24.6 | 42.21 | - |
| YUV | 103.71 | 167.67 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 174 | 0 | 0.95 | 0.32 | 0 | 320.08 | 1 | 0.53 |
| Hex | FF | D | AE | 0 | 5F | 20 | 0 | 140 | 64 | 35 |
| Octal | 377 | 15 | 256 | 0 | 137 | 40 | 0 | 500 | 144 | 65 |
| Binary | 11111111 | 1101 | 10101110 | 0 | 1011111 | 100000 | 0 | 101000000 | 1100100 | 110101 |
Color Harmonies of #FF0DAE
Complementary color
Monochromatic Colors of #FF0DAE
Black with #FF0DAE
Text Example
Text Example
White with #FF0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DAE; }
p { color: rgb(255,13,174); }
H1.HeaderClassName
{
color: #FF0DAE;
}
.AnyTagClassName
{
color: #FF0DAE;
}
</style>
background-color css
<style>
a { background-color: #FF0DAE; }
a { background-color: rgb(255,13,174); }
div.DivClassName
{
background-color: #FF0DAE;
}
.BgClassName
{
background-color: #FF0DAE;
}
</style>
border-color css
<style>
span { border-color: #FF0DAE; }
span { border-color: rgb(255,13,174); }
td.TdClassName
{
border-color: #FF0DAE;
}
.TagClassName
{
border-color: #FF0DAE;
}
</style>