Shades of Persian Rose #FF29A9
Tints of Persian Rose #FF29A9
RGB
CMYK
RGB Variations
Color information
#FF29A9 (or 0xFF29A9) is known color: Persian Rose. HEX triplet: FF, 29 and A9. RGB value is (255,41,169). Sum of RGB (Red+Green+Blue) = 255+41+169=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF29A9 is #00D656. Grayscale: #777777. Windows color (decimal): -54871 or 11086335. OLE color: 11086335.
HSL color Cylindrical-coordinate representation of color #FF29A9: hue angle of 324.11º 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 #FF29A9 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 169 | - |
| CMYK | 0 | 0.84 | 0.34 | 0 |
| HSL | 324.11º | 1% | 0.58% | - |
| HSV(B) | 324.11º | 0.84% | 1% | - |
| XYZ | 49.19 | 25.71 | 39.91 | - |
| YUV | 119.58 | 155.9 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 169 | 0 | 0.84 | 0.34 | 0 | 324.11 | 1 | 0.58 |
| Hex | FF | 29 | A9 | 0 | 54 | 22 | 0 | 144 | 64 | 3A |
| Octal | 377 | 51 | 251 | 0 | 124 | 42 | 0 | 504 | 144 | 72 |
| Binary | 11111111 | 101001 | 10101001 | 0 | 1010100 | 100010 | 0 | 101000100 | 1100100 | 111010 |
Color Harmonies of #FF29A9
Complementary color
Monochromatic Colors of #FF29A9
Black with #FF29A9
Text Example
Text Example
White with #FF29A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29A9; }
p { color: rgb(255,41,169); }
H1.HeaderClassName
{
color: #FF29A9;
}
.AnyTagClassName
{
color: #FF29A9;
}
</style>
background-color css
<style>
a { background-color: #FF29A9; }
a { background-color: rgb(255,41,169); }
div.DivClassName
{
background-color: #FF29A9;
}
.BgClassName
{
background-color: #FF29A9;
}
</style>
border-color css
<style>
span { border-color: #FF29A9; }
span { border-color: rgb(255,41,169); }
td.TdClassName
{
border-color: #FF29A9;
}
.TagClassName
{
border-color: #FF29A9;
}
</style>