Shades of Persian Rose #FF2AA8
Tints of Persian Rose #FF2AA8
RGB
CMYK
RGB Variations
Color information
#FF2AA8 (or 0xFF2AA8) is known color: Persian Rose. HEX triplet: FF, 2A and A8. RGB value is (255,42,168). Sum of RGB (Red+Green+Blue) = 255+42+168=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2AA8 is #00D557. Grayscale: #777777. Windows color (decimal): -54616 or 11021055. OLE color: 11021055.
HSL color Cylindrical-coordinate representation of color #FF2AA8: hue angle of 324.51º 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 #FF2AA8 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 168 | - |
| CMYK | 0 | 0.84 | 0.34 | 0 |
| HSL | 324.51º | 1% | 0.58% | - |
| HSV(B) | 324.51º | 0.84% | 1% | - |
| XYZ | 49.14 | 25.74 | 39.42 | - |
| YUV | 120.05 | 155.07 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 168 | 0 | 0.84 | 0.34 | 0 | 324.51 | 1 | 0.58 |
| Hex | FF | 2A | A8 | 0 | 54 | 22 | 0 | 145 | 64 | 3A |
| Octal | 377 | 52 | 250 | 0 | 124 | 42 | 0 | 505 | 144 | 72 |
| Binary | 11111111 | 101010 | 10101000 | 0 | 1010100 | 100010 | 0 | 101000101 | 1100100 | 111010 |
Color Harmonies of #FF2AA8
Complementary color
Monochromatic Colors of #FF2AA8
Black with #FF2AA8
Text Example
Text Example
White with #FF2AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AA8; }
p { color: rgb(255,42,168); }
H1.HeaderClassName
{
color: #FF2AA8;
}
.AnyTagClassName
{
color: #FF2AA8;
}
</style>
background-color css
<style>
a { background-color: #FF2AA8; }
a { background-color: rgb(255,42,168); }
div.DivClassName
{
background-color: #FF2AA8;
}
.BgClassName
{
background-color: #FF2AA8;
}
</style>
border-color css
<style>
span { border-color: #FF2AA8; }
span { border-color: rgb(255,42,168); }
td.TdClassName
{
border-color: #FF2AA8;
}
.TagClassName
{
border-color: #FF2AA8;
}
</style>