Shades of Persian Rose #FE3AAC
Tints of Persian Rose #FE3AAC
RGB
CMYK
RGB Variations
Color information
#FE3AAC (or 0xFE3AAC) is known color: Persian Rose. HEX triplet: FE, 3A and AC. RGB value is (254,58,172). Sum of RGB (Red+Green+Blue) = 254+58+172=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3AAC is #01C553. Grayscale: #818181. Windows color (decimal): -116052 or 11287294. OLE color: 11287294.
HSL color Cylindrical-coordinate representation of color #FE3AAC: hue angle of 325.1º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3AAC is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 172 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.00 |
| HSL | 325.1º | 0.99% | 0.61% | - |
| HSV(B) | 325.1º | 0.77% | 1% | - |
| XYZ | 49.83 | 27.08 | 41.63 | - |
| YUV | 129.6 | 151.93 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 172 | 0 | 0.77 | 0.32 | 0.00 | 325.1 | 0.99 | 0.61 |
| Hex | FE | 3A | AC | 0 | 4D | 20 | 0 | 145 | 63 | 3D |
| Octal | 376 | 72 | 254 | 0 | 115 | 40 | 0 | 505 | 143 | 75 |
| Binary | 11111110 | 111010 | 10101100 | 0 | 1001101 | 100000 | 0 | 101000101 | 1100011 | 111101 |
Color Harmonies of #FE3AAC
Complementary color
Monochromatic Colors of #FE3AAC
Black with #FE3AAC
Text Example
Text Example
White with #FE3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3AAC; }
p { color: rgb(254,58,172); }
H1.HeaderClassName
{
color: #FE3AAC;
}
.AnyTagClassName
{
color: #FE3AAC;
}
</style>
background-color css
<style>
a { background-color: #FE3AAC; }
a { background-color: rgb(254,58,172); }
div.DivClassName
{
background-color: #FE3AAC;
}
.BgClassName
{
background-color: #FE3AAC;
}
</style>
border-color css
<style>
span { border-color: #FE3AAC; }
span { border-color: rgb(254,58,172); }
td.TdClassName
{
border-color: #FE3AAC;
}
.TagClassName
{
border-color: #FE3AAC;
}
</style>