Shades of Persian Rose #FF2FAA
Tints of Persian Rose #FF2FAA
RGB
CMYK
RGB Variations
Color information
#FF2FAA (or 0xFF2FAA) is known color: Persian Rose. HEX triplet: FF, 2F and AA. RGB value is (255,47,170). Sum of RGB (Red+Green+Blue) = 255+47+170=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2FAA is #00D055. Grayscale: #7A7A7A. Windows color (decimal): -53334 or 11153407. OLE color: 11153407.
HSL color Cylindrical-coordinate representation of color #FF2FAA: hue angle of 324.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FAA is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 170 | - |
| CMYK | 0 | 0.82 | 0.33 | 0 |
| HSL | 324.52º | 1% | 0.59% | - |
| HSV(B) | 324.52º | 0.82% | 1% | - |
| XYZ | 49.51 | 26.2 | 40.48 | - |
| YUV | 123.21 | 154.41 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 170 | 0 | 0.82 | 0.33 | 0 | 324.52 | 1 | 0.59 |
| Hex | FF | 2F | AA | 0 | 52 | 21 | 0 | 145 | 64 | 3B |
| Octal | 377 | 57 | 252 | 0 | 122 | 41 | 0 | 505 | 144 | 73 |
| Binary | 11111111 | 101111 | 10101010 | 0 | 1010010 | 100001 | 0 | 101000101 | 1100100 | 111011 |
Color Harmonies of #FF2FAA
Complementary color
Monochromatic Colors of #FF2FAA
Black with #FF2FAA
Text Example
Text Example
White with #FF2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FAA; }
p { color: rgb(255,47,170); }
H1.HeaderClassName
{
color: #FF2FAA;
}
.AnyTagClassName
{
color: #FF2FAA;
}
</style>
background-color css
<style>
a { background-color: #FF2FAA; }
a { background-color: rgb(255,47,170); }
div.DivClassName
{
background-color: #FF2FAA;
}
.BgClassName
{
background-color: #FF2FAA;
}
</style>
border-color css
<style>
span { border-color: #FF2FAA; }
span { border-color: rgb(255,47,170); }
td.TdClassName
{
border-color: #FF2FAA;
}
.TagClassName
{
border-color: #FF2FAA;
}
</style>