Shades of Persian Rose #FF2CAA
Tints of Persian Rose #FF2CAA
RGB
CMYK
RGB Variations
Color information
#FF2CAA (or 0xFF2CAA) is known color: Persian Rose. HEX triplet: FF, 2C and AA. RGB value is (255,44,170). Sum of RGB (Red+Green+Blue) = 255+44+170=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2CAA is #00D355. Grayscale: #797979. Windows color (decimal): -54102 or 11152639. OLE color: 11152639.
HSL color Cylindrical-coordinate representation of color #FF2CAA: hue angle of 324.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CAA is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 170 | - |
| CMYK | 0 | 0.83 | 0.33 | 0 |
| HSL | 324.17º | 1% | 0.59% | - |
| HSV(B) | 324.17º | 0.83% | 1% | - |
| XYZ | 49.4 | 25.96 | 40.44 | - |
| YUV | 121.45 | 155.4 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 170 | 0 | 0.83 | 0.33 | 0 | 324.17 | 1 | 0.59 |
| Hex | FF | 2C | AA | 0 | 53 | 21 | 0 | 144 | 64 | 3B |
| Octal | 377 | 54 | 252 | 0 | 123 | 41 | 0 | 504 | 144 | 73 |
| Binary | 11111111 | 101100 | 10101010 | 0 | 1010011 | 100001 | 0 | 101000100 | 1100100 | 111011 |
Color Harmonies of #FF2CAA
Complementary color
Monochromatic Colors of #FF2CAA
Black with #FF2CAA
Text Example
Text Example
White with #FF2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CAA; }
p { color: rgb(255,44,170); }
H1.HeaderClassName
{
color: #FF2CAA;
}
.AnyTagClassName
{
color: #FF2CAA;
}
</style>
background-color css
<style>
a { background-color: #FF2CAA; }
a { background-color: rgb(255,44,170); }
div.DivClassName
{
background-color: #FF2CAA;
}
.BgClassName
{
background-color: #FF2CAA;
}
</style>
border-color css
<style>
span { border-color: #FF2CAA; }
span { border-color: rgb(255,44,170); }
td.TdClassName
{
border-color: #FF2CAA;
}
.TagClassName
{
border-color: #FF2CAA;
}
</style>