Shades of Persian Rose #FE3AAB
Tints of Persian Rose #FE3AAB
RGB
CMYK
RGB Variations
Color information
#FE3AAB (or 0xFE3AAB) is known color: Persian Rose. HEX triplet: FE, 3A and AB. RGB value is (254,58,171). Sum of RGB (Red+Green+Blue) = 254+58+171=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3AAB is #01C554. Grayscale: #818181. Windows color (decimal): -116053 or 11221758. OLE color: 11221758.
HSL color Cylindrical-coordinate representation of color #FE3AAB: hue angle of 325.41º 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 #FE3AAB is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 171 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.00 |
| HSL | 325.41º | 0.99% | 0.61% | - |
| HSV(B) | 325.41º | 0.77% | 1% | - |
| XYZ | 49.74 | 27.04 | 41.13 | - |
| YUV | 129.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 171 | 0 | 0.77 | 0.33 | 0.00 | 325.41 | 0.99 | 0.61 |
| Hex | FE | 3A | AB | 0 | 4D | 21 | 0 | 145 | 63 | 3D |
| Octal | 376 | 72 | 253 | 0 | 115 | 41 | 0 | 505 | 143 | 75 |
| Binary | 11111110 | 111010 | 10101011 | 0 | 1001101 | 100001 | 0 | 101000101 | 1100011 | 111101 |
Color Harmonies of #FE3AAB
Complementary color
Monochromatic Colors of #FE3AAB
Black with #FE3AAB
Text Example
Text Example
White with #FE3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3AAB; }
p { color: rgb(254,58,171); }
H1.HeaderClassName
{
color: #FE3AAB;
}
.AnyTagClassName
{
color: #FE3AAB;
}
</style>
background-color css
<style>
a { background-color: #FE3AAB; }
a { background-color: rgb(254,58,171); }
div.DivClassName
{
background-color: #FE3AAB;
}
.BgClassName
{
background-color: #FE3AAB;
}
</style>
border-color css
<style>
span { border-color: #FE3AAB; }
span { border-color: rgb(254,58,171); }
td.TdClassName
{
border-color: #FE3AAB;
}
.TagClassName
{
border-color: #FE3AAB;
}
</style>