Shades of Persian Rose #F532AB
Tints of Persian Rose #F532AB
RGB
CMYK
RGB Variations
Color information
#F532AB (or 0xF532AB) is known color: Persian Rose. HEX triplet: F5, 32 and AB. RGB value is (245,50,171). Sum of RGB (Red+Green+Blue) = 245+50+171=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F532AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F532AB is #0ACD54. Grayscale: #797979. Windows color (decimal): -707925 or 11219701. OLE color: 11219701.
HSL color Cylindrical-coordinate representation of color #F532AB: hue angle of 322.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F532AB is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 171 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.04 |
| HSL | 322.77º | 0.91% | 0.58% | - |
| HSV(B) | 322.77º | 0.8% | 0.96% | - |
| XYZ | 46.15 | 24.63 | 40.85 | - |
| YUV | 122.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 171 | 0 | 0.80 | 0.30 | 0.04 | 322.77 | 0.91 | 0.58 |
| Hex | F5 | 32 | AB | 0 | 50 | 1E | 4 | 143 | 5B | 3A |
| Octal | 365 | 62 | 253 | 0 | 120 | 36 | 4 | 503 | 133 | 72 |
| Binary | 11110101 | 110010 | 10101011 | 0 | 1010000 | 11110 | 100 | 101000011 | 1011011 | 111010 |
Color Harmonies of #F532AB
Complementary color
Monochromatic Colors of #F532AB
Black with #F532AB
Text Example
Text Example
White with #F532AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F532AB; }
p { color: rgb(245,50,171); }
H1.HeaderClassName
{
color: #F532AB;
}
.AnyTagClassName
{
color: #F532AB;
}
</style>
background-color css
<style>
a { background-color: #F532AB; }
a { background-color: rgb(245,50,171); }
div.DivClassName
{
background-color: #F532AB;
}
.BgClassName
{
background-color: #F532AB;
}
</style>
border-color css
<style>
span { border-color: #F532AB; }
span { border-color: rgb(245,50,171); }
td.TdClassName
{
border-color: #F532AB;
}
.TagClassName
{
border-color: #F532AB;
}
</style>