Shades of Persian Rose #FF1AA0
Tints of Persian Rose #FF1AA0
RGB
CMYK
RGB Variations
Color information
#FF1AA0 (or 0xFF1AA0) is known color: Persian Rose. HEX triplet: FF, 1A and A0. RGB value is (255,26,160). Sum of RGB (Red+Green+Blue) = 255+26+160=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1AA0 is #00E55F. Grayscale: #6D6D6D. Windows color (decimal): -58720 or 10492671. OLE color: 10492671.
HSL color Cylindrical-coordinate representation of color #FF1AA0: hue angle of 324.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1AA0 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 160 | - |
| CMYK | 0 | 0.90 | 0.37 | 0 |
| HSL | 324.89º | 1% | 0.55% | - |
| HSV(B) | 324.89º | 0.9% | 1% | - |
| XYZ | 47.95 | 24.54 | 35.47 | - |
| YUV | 109.75 | 156.37 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 160 | 0 | 0.90 | 0.37 | 0 | 324.89 | 1 | 0.55 |
| Hex | FF | 1A | A0 | 0 | 5A | 25 | 0 | 145 | 64 | 37 |
| Octal | 377 | 32 | 240 | 0 | 132 | 45 | 0 | 505 | 144 | 67 |
| Binary | 11111111 | 11010 | 10100000 | 0 | 1011010 | 100101 | 0 | 101000101 | 1100100 | 110111 |
Color Harmonies of #FF1AA0
Complementary color
Monochromatic Colors of #FF1AA0
Black with #FF1AA0
Text Example
Text Example
White with #FF1AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1AA0; }
p { color: rgb(255,26,160); }
H1.HeaderClassName
{
color: #FF1AA0;
}
.AnyTagClassName
{
color: #FF1AA0;
}
</style>
background-color css
<style>
a { background-color: #FF1AA0; }
a { background-color: rgb(255,26,160); }
div.DivClassName
{
background-color: #FF1AA0;
}
.BgClassName
{
background-color: #FF1AA0;
}
</style>
border-color css
<style>
span { border-color: #FF1AA0; }
span { border-color: rgb(255,26,160); }
td.TdClassName
{
border-color: #FF1AA0;
}
.TagClassName
{
border-color: #FF1AA0;
}
</style>