Shades of Brilliant Rose #FE4EA5
Tints of Brilliant Rose #FE4EA5
RGB
CMYK
RGB Variations
Color information
#FE4EA5 (or 0xFE4EA5) is known color: Brilliant Rose. HEX triplet: FE, 4E and A5. RGB value is (254,78,165). Sum of RGB (Red+Green+Blue) = 254+78+165=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4EA5 is #01B15A. Grayscale: #8C8C8C. Windows color (decimal): -110939 or 10833662. OLE color: 10833662.
HSL color Cylindrical-coordinate representation of color #FE4EA5: hue angle of 330.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4EA5 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 165 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.00 |
| HSL | 330.34º | 0.99% | 0.65% | - |
| HSV(B) | 330.34º | 0.69% | 1% | - |
| XYZ | 50.39 | 29.24 | 38.58 | - |
| YUV | 140.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 165 | 0 | 0.69 | 0.35 | 0.00 | 330.34 | 0.99 | 0.65 |
| Hex | FE | 4E | A5 | 0 | 45 | 23 | 0 | 14A | 63 | 41 |
| Octal | 376 | 116 | 245 | 0 | 105 | 43 | 0 | 512 | 143 | 101 |
| Binary | 11111110 | 1001110 | 10100101 | 0 | 1000101 | 100011 | 0 | 101001010 | 1100011 | 1000001 |
Color Harmonies of #FE4EA5
Complementary color
Monochromatic Colors of #FE4EA5
Black with #FE4EA5
Text Example
Text Example
White with #FE4EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EA5; }
p { color: rgb(254,78,165); }
H1.HeaderClassName
{
color: #FE4EA5;
}
.AnyTagClassName
{
color: #FE4EA5;
}
</style>
background-color css
<style>
a { background-color: #FE4EA5; }
a { background-color: rgb(254,78,165); }
div.DivClassName
{
background-color: #FE4EA5;
}
.BgClassName
{
background-color: #FE4EA5;
}
</style>
border-color css
<style>
span { border-color: #FE4EA5; }
span { border-color: rgb(254,78,165); }
td.TdClassName
{
border-color: #FE4EA5;
}
.TagClassName
{
border-color: #FE4EA5;
}
</style>