Shades of Persian Rose #FF2AAD
Tints of Persian Rose #FF2AAD
RGB
CMYK
RGB Variations
Color information
#FF2AAD (or 0xFF2AAD) is known color: Persian Rose. HEX triplet: FF, 2A and AD. RGB value is (255,42,173). Sum of RGB (Red+Green+Blue) = 255+42+173=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2AAD is #00D552. Grayscale: #787878. Windows color (decimal): -54611 or 11348735. OLE color: 11348735.
HSL color Cylindrical-coordinate representation of color #FF2AAD: hue angle of 323.1º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2AAD is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 173 | - |
| CMYK | 0 | 0.84 | 0.32 | 0 |
| HSL | 323.1º | 1% | 0.58% | - |
| HSV(B) | 323.1º | 0.84% | 1% | - |
| XYZ | 49.61 | 25.93 | 41.93 | - |
| YUV | 120.62 | 157.57 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 173 | 0 | 0.84 | 0.32 | 0 | 323.1 | 1 | 0.58 |
| Hex | FF | 2A | AD | 0 | 54 | 20 | 0 | 143 | 64 | 3A |
| Octal | 377 | 52 | 255 | 0 | 124 | 40 | 0 | 503 | 144 | 72 |
| Binary | 11111111 | 101010 | 10101101 | 0 | 1010100 | 100000 | 0 | 101000011 | 1100100 | 111010 |
Color Harmonies of #FF2AAD
Complementary color
Monochromatic Colors of #FF2AAD
Black with #FF2AAD
Text Example
Text Example
White with #FF2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AAD; }
p { color: rgb(255,42,173); }
H1.HeaderClassName
{
color: #FF2AAD;
}
.AnyTagClassName
{
color: #FF2AAD;
}
</style>
background-color css
<style>
a { background-color: #FF2AAD; }
a { background-color: rgb(255,42,173); }
div.DivClassName
{
background-color: #FF2AAD;
}
.BgClassName
{
background-color: #FF2AAD;
}
</style>
border-color css
<style>
span { border-color: #FF2AAD; }
span { border-color: rgb(255,42,173); }
td.TdClassName
{
border-color: #FF2AAD;
}
.TagClassName
{
border-color: #FF2AAD;
}
</style>