Shades of Persian Rose #FF32AF
Tints of Persian Rose #FF32AF
RGB
CMYK
RGB Variations
Color information
#FF32AF (or 0xFF32AF) is known color: Persian Rose. HEX triplet: FF, 32 and AF. RGB value is (255,50,175). Sum of RGB (Red+Green+Blue) = 255+50+175=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF32AF is #00CD50. Grayscale: #7D7D7D. Windows color (decimal): -52561 or 11481855. OLE color: 11481855.
HSL color Cylindrical-coordinate representation of color #FF32AF: hue angle of 323.41º 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 #FF32AF is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 175 | - |
| CMYK | 0 | 0.80 | 0.31 | 0 |
| HSL | 323.41º | 1% | 0.6% | - |
| HSV(B) | 323.41º | 0.8% | 1% | - |
| XYZ | 50.12 | 26.64 | 43.06 | - |
| YUV | 125.55 | 155.92 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 175 | 0 | 0.80 | 0.31 | 0 | 323.41 | 1 | 0.6 |
| Hex | FF | 32 | AF | 0 | 50 | 1F | 0 | 143 | 64 | 3C |
| Octal | 377 | 62 | 257 | 0 | 120 | 37 | 0 | 503 | 144 | 74 |
| Binary | 11111111 | 110010 | 10101111 | 0 | 1010000 | 11111 | 0 | 101000011 | 1100100 | 111100 |
Color Harmonies of #FF32AF
Complementary color
Monochromatic Colors of #FF32AF
Black with #FF32AF
Text Example
Text Example
White with #FF32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF32AF; }
p { color: rgb(255,50,175); }
H1.HeaderClassName
{
color: #FF32AF;
}
.AnyTagClassName
{
color: #FF32AF;
}
</style>
background-color css
<style>
a { background-color: #FF32AF; }
a { background-color: rgb(255,50,175); }
div.DivClassName
{
background-color: #FF32AF;
}
.BgClassName
{
background-color: #FF32AF;
}
</style>
border-color css
<style>
span { border-color: #FF32AF; }
span { border-color: rgb(255,50,175); }
td.TdClassName
{
border-color: #FF32AF;
}
.TagClassName
{
border-color: #FF32AF;
}
</style>