Shades of Persian Rose #FE32B5
Tints of Persian Rose #FE32B5
RGB
CMYK
RGB Variations
Color information
#FE32B5 (or 0xFE32B5) is known color: Persian Rose. HEX triplet: FE, 32 and B5. RGB value is (254,50,181). Sum of RGB (Red+Green+Blue) = 254+50+181=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32B5 is #01CD4A. Grayscale: #7D7D7D. Windows color (decimal): -118091 or 11875070. OLE color: 11875070.
HSL color Cylindrical-coordinate representation of color #FE32B5: hue angle of 321.47º 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 #FE32B5 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 181 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.00 |
| HSL | 321.47º | 0.99% | 0.6% | - |
| HSV(B) | 321.47º | 0.8% | 1% | - |
| XYZ | 50.35 | 26.69 | 46.21 | - |
| YUV | 125.93 | 159.09 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 181 | 0 | 0.80 | 0.29 | 0.00 | 321.47 | 0.99 | 0.6 |
| Hex | FE | 32 | B5 | 0 | 50 | 1D | 0 | 141 | 63 | 3C |
| Octal | 376 | 62 | 265 | 0 | 120 | 35 | 0 | 501 | 143 | 74 |
| Binary | 11111110 | 110010 | 10110101 | 0 | 1010000 | 11101 | 0 | 101000001 | 1100011 | 111100 |
Color Harmonies of #FE32B5
Complementary color
Monochromatic Colors of #FE32B5
Black with #FE32B5
Text Example
Text Example
White with #FE32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32B5; }
p { color: rgb(254,50,181); }
H1.HeaderClassName
{
color: #FE32B5;
}
.AnyTagClassName
{
color: #FE32B5;
}
</style>
background-color css
<style>
a { background-color: #FE32B5; }
a { background-color: rgb(254,50,181); }
div.DivClassName
{
background-color: #FE32B5;
}
.BgClassName
{
background-color: #FE32B5;
}
</style>
border-color css
<style>
span { border-color: #FE32B5; }
span { border-color: rgb(254,50,181); }
td.TdClassName
{
border-color: #FE32B5;
}
.TagClassName
{
border-color: #FE32B5;
}
</style>