Shades of Persian Rose #FE3DAE
Tints of Persian Rose #FE3DAE
RGB
CMYK
RGB Variations
Color information
#FE3DAE (or 0xFE3DAE) is known color: Persian Rose. HEX triplet: FE, 3D and AE. RGB value is (254,61,174). Sum of RGB (Red+Green+Blue) = 254+61+174=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3DAE is #01C251. Grayscale: #838383. Windows color (decimal): -115282 or 11419134. OLE color: 11419134.
HSL color Cylindrical-coordinate representation of color #FE3DAE: hue angle of 324.87º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DAE is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 174 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.00 |
| HSL | 324.87º | 0.99% | 0.62% | - |
| HSV(B) | 324.87º | 0.76% | 1% | - |
| XYZ | 50.18 | 27.46 | 42.7 | - |
| YUV | 131.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 174 | 0 | 0.76 | 0.31 | 0.00 | 324.87 | 0.99 | 0.62 |
| Hex | FE | 3D | AE | 0 | 4C | 1F | 0 | 145 | 63 | 3E |
| Octal | 376 | 75 | 256 | 0 | 114 | 37 | 0 | 505 | 143 | 76 |
| Binary | 11111110 | 111101 | 10101110 | 0 | 1001100 | 11111 | 0 | 101000101 | 1100011 | 111110 |
Color Harmonies of #FE3DAE
Complementary color
Monochromatic Colors of #FE3DAE
Black with #FE3DAE
Text Example
Text Example
White with #FE3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DAE; }
p { color: rgb(254,61,174); }
H1.HeaderClassName
{
color: #FE3DAE;
}
.AnyTagClassName
{
color: #FE3DAE;
}
</style>
background-color css
<style>
a { background-color: #FE3DAE; }
a { background-color: rgb(254,61,174); }
div.DivClassName
{
background-color: #FE3DAE;
}
.BgClassName
{
background-color: #FE3DAE;
}
</style>
border-color css
<style>
span { border-color: #FE3DAE; }
span { border-color: rgb(254,61,174); }
td.TdClassName
{
border-color: #FE3DAE;
}
.TagClassName
{
border-color: #FE3DAE;
}
</style>