Shades of Persian Rose #FE34AC
Tints of Persian Rose #FE34AC
RGB
CMYK
RGB Variations
Color information
#FE34AC (or 0xFE34AC) is known color: Persian Rose. HEX triplet: FE, 34 and AC. RGB value is (254,52,172). Sum of RGB (Red+Green+Blue) = 254+52+172=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE34AC is #01CB53. Grayscale: #7D7D7D. Windows color (decimal): -117588 or 11285758. OLE color: 11285758.
HSL color Cylindrical-coordinate representation of color #FE34AC: hue angle of 324.36º 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 #FE34AC is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 172 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.00 |
| HSL | 324.36º | 0.99% | 0.6% | - |
| HSV(B) | 324.36º | 0.8% | 1% | - |
| XYZ | 49.55 | 26.51 | 41.53 | - |
| YUV | 126.08 | 153.92 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 172 | 0 | 0.80 | 0.32 | 0.00 | 324.36 | 0.99 | 0.6 |
| Hex | FE | 34 | AC | 0 | 50 | 20 | 0 | 144 | 63 | 3C |
| Octal | 376 | 64 | 254 | 0 | 120 | 40 | 0 | 504 | 143 | 74 |
| Binary | 11111110 | 110100 | 10101100 | 0 | 1010000 | 100000 | 0 | 101000100 | 1100011 | 111100 |
Color Harmonies of #FE34AC
Complementary color
Monochromatic Colors of #FE34AC
Black with #FE34AC
Text Example
Text Example
White with #FE34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34AC; }
p { color: rgb(254,52,172); }
H1.HeaderClassName
{
color: #FE34AC;
}
.AnyTagClassName
{
color: #FE34AC;
}
</style>
background-color css
<style>
a { background-color: #FE34AC; }
a { background-color: rgb(254,52,172); }
div.DivClassName
{
background-color: #FE34AC;
}
.BgClassName
{
background-color: #FE34AC;
}
</style>
border-color css
<style>
span { border-color: #FE34AC; }
span { border-color: rgb(254,52,172); }
td.TdClassName
{
border-color: #FE34AC;
}
.TagClassName
{
border-color: #FE34AC;
}
</style>