Shades of Persian Rose #FE32AF
Tints of Persian Rose #FE32AF
RGB
CMYK
RGB Variations
Color information
#FE32AF (or 0xFE32AF) is known color: Persian Rose. HEX triplet: FE, 32 and AF. RGB value is (254,50,175). Sum of RGB (Red+Green+Blue) = 254+50+175=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE32AF is #01CD50. Grayscale: #7C7C7C. Windows color (decimal): -118097 or 11481854. OLE color: 11481854.
HSL color Cylindrical-coordinate representation of color #FE32AF: hue angle of 323.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32AF is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 175 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.00 |
| HSL | 323.24º | 0.99% | 0.6% | - |
| HSV(B) | 323.24º | 0.8% | 1% | - |
| XYZ | 49.75 | 26.45 | 43.04 | - |
| YUV | 125.25 | 156.09 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 175 | 0 | 0.80 | 0.31 | 0.00 | 323.24 | 0.99 | 0.6 |
| Hex | FE | 32 | AF | 0 | 50 | 1F | 0 | 143 | 63 | 3C |
| Octal | 376 | 62 | 257 | 0 | 120 | 37 | 0 | 503 | 143 | 74 |
| Binary | 11111110 | 110010 | 10101111 | 0 | 1010000 | 11111 | 0 | 101000011 | 1100011 | 111100 |
Color Harmonies of #FE32AF
Complementary color
Monochromatic Colors of #FE32AF
Black with #FE32AF
Text Example
Text Example
White with #FE32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32AF; }
p { color: rgb(254,50,175); }
H1.HeaderClassName
{
color: #FE32AF;
}
.AnyTagClassName
{
color: #FE32AF;
}
</style>
background-color css
<style>
a { background-color: #FE32AF; }
a { background-color: rgb(254,50,175); }
div.DivClassName
{
background-color: #FE32AF;
}
.BgClassName
{
background-color: #FE32AF;
}
</style>
border-color css
<style>
span { border-color: #FE32AF; }
span { border-color: rgb(254,50,175); }
td.TdClassName
{
border-color: #FE32AF;
}
.TagClassName
{
border-color: #FE32AF;
}
</style>