Shades of Persian Rose #FE39AA
Tints of Persian Rose #FE39AA
RGB
CMYK
RGB Variations
Color information
#FE39AA (or 0xFE39AA) is known color: Persian Rose. HEX triplet: FE, 39 and AA. RGB value is (254,57,170). Sum of RGB (Red+Green+Blue) = 254+57+170=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE39AA is #01C655. Grayscale: #808080. Windows color (decimal): -116310 or 11155966. OLE color: 11155966.
HSL color Cylindrical-coordinate representation of color #FE39AA: hue angle of 325.58º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE39AA is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 170 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.00 |
| HSL | 325.58º | 0.99% | 0.61% | - |
| HSV(B) | 325.58º | 0.78% | 1% | - |
| XYZ | 49.59 | 26.9 | 40.61 | - |
| YUV | 128.79 | 151.27 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 170 | 0 | 0.78 | 0.33 | 0.00 | 325.58 | 0.99 | 0.61 |
| Hex | FE | 39 | AA | 0 | 4E | 21 | 0 | 146 | 63 | 3D |
| Octal | 376 | 71 | 252 | 0 | 116 | 41 | 0 | 506 | 143 | 75 |
| Binary | 11111110 | 111001 | 10101010 | 0 | 1001110 | 100001 | 0 | 101000110 | 1100011 | 111101 |
Color Harmonies of #FE39AA
Complementary color
Monochromatic Colors of #FE39AA
Black with #FE39AA
Text Example
Text Example
White with #FE39AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39AA; }
p { color: rgb(254,57,170); }
H1.HeaderClassName
{
color: #FE39AA;
}
.AnyTagClassName
{
color: #FE39AA;
}
</style>
background-color css
<style>
a { background-color: #FE39AA; }
a { background-color: rgb(254,57,170); }
div.DivClassName
{
background-color: #FE39AA;
}
.BgClassName
{
background-color: #FE39AA;
}
</style>
border-color css
<style>
span { border-color: #FE39AA; }
span { border-color: rgb(254,57,170); }
td.TdClassName
{
border-color: #FE39AA;
}
.TagClassName
{
border-color: #FE39AA;
}
</style>