Shades of Persian Rose #FF29AA
Tints of Persian Rose #FF29AA
RGB
CMYK
RGB Variations
Color information
#FF29AA (or 0xFF29AA) is known color: Persian Rose. HEX triplet: FF, 29 and AA. RGB value is (255,41,170). Sum of RGB (Red+Green+Blue) = 255+41+170=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF29AA is #00D655. Grayscale: #777777. Windows color (decimal): -54870 or 11151871. OLE color: 11151871.
HSL color Cylindrical-coordinate representation of color #FF29AA: hue angle of 323.83º 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 #FF29AA is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 170 | - |
| CMYK | 0 | 0.84 | 0.33 | 0 |
| HSL | 323.83º | 1% | 0.58% | - |
| HSV(B) | 323.83º | 0.84% | 1% | - |
| XYZ | 49.29 | 25.75 | 40.4 | - |
| YUV | 119.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 170 | 0 | 0.84 | 0.33 | 0 | 323.83 | 1 | 0.58 |
| Hex | FF | 29 | AA | 0 | 54 | 21 | 0 | 144 | 64 | 3A |
| Octal | 377 | 51 | 252 | 0 | 124 | 41 | 0 | 504 | 144 | 72 |
| Binary | 11111111 | 101001 | 10101010 | 0 | 1010100 | 100001 | 0 | 101000100 | 1100100 | 111010 |
Color Harmonies of #FF29AA
Complementary color
Monochromatic Colors of #FF29AA
Black with #FF29AA
Text Example
Text Example
White with #FF29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29AA; }
p { color: rgb(255,41,170); }
H1.HeaderClassName
{
color: #FF29AA;
}
.AnyTagClassName
{
color: #FF29AA;
}
</style>
background-color css
<style>
a { background-color: #FF29AA; }
a { background-color: rgb(255,41,170); }
div.DivClassName
{
background-color: #FF29AA;
}
.BgClassName
{
background-color: #FF29AA;
}
</style>
border-color css
<style>
span { border-color: #FF29AA; }
span { border-color: rgb(255,41,170); }
td.TdClassName
{
border-color: #FF29AA;
}
.TagClassName
{
border-color: #FF29AA;
}
</style>