Shades of Persian Rose #FF2AA2
Tints of Persian Rose #FF2AA2
RGB
CMYK
RGB Variations
Color information
#FF2AA2 (or 0xFF2AA2) is known color: Persian Rose. HEX triplet: FF, 2A and A2. RGB value is (255,42,162). Sum of RGB (Red+Green+Blue) = 255+42+162=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2AA2 is #00D55D. Grayscale: #777777. Windows color (decimal): -54622 or 10627839. OLE color: 10627839.
HSL color Cylindrical-coordinate representation of color #FF2AA2: hue angle of 326.2º 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 #FF2AA2 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 162 | - |
| CMYK | 0 | 0.84 | 0.36 | 0 |
| HSL | 326.2º | 1% | 0.58% | - |
| HSV(B) | 326.2º | 0.84% | 1% | - |
| XYZ | 48.59 | 25.52 | 36.55 | - |
| YUV | 119.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 162 | 0 | 0.84 | 0.36 | 0 | 326.2 | 1 | 0.58 |
| Hex | FF | 2A | A2 | 0 | 54 | 24 | 0 | 146 | 64 | 3A |
| Octal | 377 | 52 | 242 | 0 | 124 | 44 | 0 | 506 | 144 | 72 |
| Binary | 11111111 | 101010 | 10100010 | 0 | 1010100 | 100100 | 0 | 101000110 | 1100100 | 111010 |
Color Harmonies of #FF2AA2
Complementary color
Monochromatic Colors of #FF2AA2
Black with #FF2AA2
Text Example
Text Example
White with #FF2AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AA2; }
p { color: rgb(255,42,162); }
H1.HeaderClassName
{
color: #FF2AA2;
}
.AnyTagClassName
{
color: #FF2AA2;
}
</style>
background-color css
<style>
a { background-color: #FF2AA2; }
a { background-color: rgb(255,42,162); }
div.DivClassName
{
background-color: #FF2AA2;
}
.BgClassName
{
background-color: #FF2AA2;
}
</style>
border-color css
<style>
span { border-color: #FF2AA2; }
span { border-color: rgb(255,42,162); }
td.TdClassName
{
border-color: #FF2AA2;
}
.TagClassName
{
border-color: #FF2AA2;
}
</style>