Shades of Persian Rose #FE32B6
Tints of Persian Rose #FE32B6
RGB
CMYK
RGB Variations
Color information
#FE32B6 (or 0xFE32B6) is known color: Persian Rose. HEX triplet: FE, 32 and B6. RGB value is (254,50,182). Sum of RGB (Red+Green+Blue) = 254+50+182=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32B6 is #01CD49. Grayscale: #7D7D7D. Windows color (decimal): -118090 or 11940606. OLE color: 11940606.
HSL color Cylindrical-coordinate representation of color #FE32B6: hue angle of 321.18º 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 #FE32B6 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 182 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.00 |
| HSL | 321.18º | 0.99% | 0.6% | - |
| HSV(B) | 321.18º | 0.8% | 1% | - |
| XYZ | 50.46 | 26.73 | 46.76 | - |
| YUV | 126.04 | 159.59 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 182 | 0 | 0.80 | 0.28 | 0.00 | 321.18 | 0.99 | 0.6 |
| Hex | FE | 32 | B6 | 0 | 50 | 1C | 0 | 141 | 63 | 3C |
| Octal | 376 | 62 | 266 | 0 | 120 | 34 | 0 | 501 | 143 | 74 |
| Binary | 11111110 | 110010 | 10110110 | 0 | 1010000 | 11100 | 0 | 101000001 | 1100011 | 111100 |
Color Harmonies of #FE32B6
Complementary color
Monochromatic Colors of #FE32B6
Black with #FE32B6
Text Example
Text Example
White with #FE32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32B6; }
p { color: rgb(254,50,182); }
H1.HeaderClassName
{
color: #FE32B6;
}
.AnyTagClassName
{
color: #FE32B6;
}
</style>
background-color css
<style>
a { background-color: #FE32B6; }
a { background-color: rgb(254,50,182); }
div.DivClassName
{
background-color: #FE32B6;
}
.BgClassName
{
background-color: #FE32B6;
}
</style>
border-color css
<style>
span { border-color: #FE32B6; }
span { border-color: rgb(254,50,182); }
td.TdClassName
{
border-color: #FE32B6;
}
.TagClassName
{
border-color: #FE32B6;
}
</style>