Shades of Persian Rose #FF20A5
Tints of Persian Rose #FF20A5
RGB
CMYK
RGB Variations
Color information
#FF20A5 (or 0xFF20A5) is known color: Persian Rose. HEX triplet: FF, 20 and A5. RGB value is (255,32,165). Sum of RGB (Red+Green+Blue) = 255+32+165=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF20A5 is #00DF5A. Grayscale: #717171. Windows color (decimal): -57179 or 10821887. OLE color: 10821887.
HSL color Cylindrical-coordinate representation of color #FF20A5: hue angle of 324.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20A5 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 165 | - |
| CMYK | 0 | 0.87 | 0.35 | 0 |
| HSL | 324.22º | 1% | 0.56% | - |
| HSV(B) | 324.22º | 0.87% | 1% | - |
| XYZ | 48.55 | 25.01 | 37.87 | - |
| YUV | 113.84 | 156.88 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 165 | 0 | 0.87 | 0.35 | 0 | 324.22 | 1 | 0.56 |
| Hex | FF | 20 | A5 | 0 | 57 | 23 | 0 | 144 | 64 | 38 |
| Octal | 377 | 40 | 245 | 0 | 127 | 43 | 0 | 504 | 144 | 70 |
| Binary | 11111111 | 100000 | 10100101 | 0 | 1010111 | 100011 | 0 | 101000100 | 1100100 | 111000 |
Color Harmonies of #FF20A5
Complementary color
Monochromatic Colors of #FF20A5
Black with #FF20A5
Text Example
Text Example
White with #FF20A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20A5; }
p { color: rgb(255,32,165); }
H1.HeaderClassName
{
color: #FF20A5;
}
.AnyTagClassName
{
color: #FF20A5;
}
</style>
background-color css
<style>
a { background-color: #FF20A5; }
a { background-color: rgb(255,32,165); }
div.DivClassName
{
background-color: #FF20A5;
}
.BgClassName
{
background-color: #FF20A5;
}
</style>
border-color css
<style>
span { border-color: #FF20A5; }
span { border-color: rgb(255,32,165); }
td.TdClassName
{
border-color: #FF20A5;
}
.TagClassName
{
border-color: #FF20A5;
}
</style>