Shades of Persian Rose #FF32A6
Tints of Persian Rose #FF32A6
RGB
CMYK
RGB Variations
Color information
#FF32A6 (or 0xFF32A6) is known color: Persian Rose. HEX triplet: FF, 32 and A6. RGB value is (255,50,166). Sum of RGB (Red+Green+Blue) = 255+50+166=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF32A6 is #00CD59. Grayscale: #7C7C7C. Windows color (decimal): -52570 or 10892031. OLE color: 10892031.
HSL color Cylindrical-coordinate representation of color #FF32A6: hue angle of 326.05º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF32A6 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 166 | - |
| CMYK | 0 | 0.80 | 0.35 | 0 |
| HSL | 326.05º | 1% | 0.6% | - |
| HSV(B) | 326.05º | 0.8% | 1% | - |
| XYZ | 49.26 | 26.29 | 38.56 | - |
| YUV | 124.52 | 151.42 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 166 | 0 | 0.80 | 0.35 | 0 | 326.05 | 1 | 0.6 |
| Hex | FF | 32 | A6 | 0 | 50 | 23 | 0 | 146 | 64 | 3C |
| Octal | 377 | 62 | 246 | 0 | 120 | 43 | 0 | 506 | 144 | 74 |
| Binary | 11111111 | 110010 | 10100110 | 0 | 1010000 | 100011 | 0 | 101000110 | 1100100 | 111100 |
Color Harmonies of #FF32A6
Complementary color
Monochromatic Colors of #FF32A6
Black with #FF32A6
Text Example
Text Example
White with #FF32A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF32A6; }
p { color: rgb(255,50,166); }
H1.HeaderClassName
{
color: #FF32A6;
}
.AnyTagClassName
{
color: #FF32A6;
}
</style>
background-color css
<style>
a { background-color: #FF32A6; }
a { background-color: rgb(255,50,166); }
div.DivClassName
{
background-color: #FF32A6;
}
.BgClassName
{
background-color: #FF32A6;
}
</style>
border-color css
<style>
span { border-color: #FF32A6; }
span { border-color: rgb(255,50,166); }
td.TdClassName
{
border-color: #FF32A6;
}
.TagClassName
{
border-color: #FF32A6;
}
</style>