Shades of Brilliant Rose #FE4EA1
Tints of Brilliant Rose #FE4EA1
RGB
CMYK
RGB Variations
Color information
#FE4EA1 (or 0xFE4EA1) is known color: Brilliant Rose. HEX triplet: FE, 4E and A1. RGB value is (254,78,161). Sum of RGB (Red+Green+Blue) = 254+78+161=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4EA1 is #01B15E. Grayscale: #8B8B8B. Windows color (decimal): -110943 or 10571518. OLE color: 10571518.
HSL color Cylindrical-coordinate representation of color #FE4EA1: hue angle of 331.7º 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 #FE4EA1 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 161 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.00 |
| HSL | 331.7º | 0.99% | 0.65% | - |
| HSV(B) | 331.7º | 0.69% | 1% | - |
| XYZ | 50.03 | 29.09 | 36.7 | - |
| YUV | 140.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 161 | 0 | 0.69 | 0.37 | 0.00 | 331.7 | 0.99 | 0.65 |
| Hex | FE | 4E | A1 | 0 | 45 | 25 | 0 | 14C | 63 | 41 |
| Octal | 376 | 116 | 241 | 0 | 105 | 45 | 0 | 514 | 143 | 101 |
| Binary | 11111110 | 1001110 | 10100001 | 0 | 1000101 | 100101 | 0 | 101001100 | 1100011 | 1000001 |
Color Harmonies of #FE4EA1
Complementary color
Monochromatic Colors of #FE4EA1
Black with #FE4EA1
Text Example
Text Example
White with #FE4EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EA1; }
p { color: rgb(254,78,161); }
H1.HeaderClassName
{
color: #FE4EA1;
}
.AnyTagClassName
{
color: #FE4EA1;
}
</style>
background-color css
<style>
a { background-color: #FE4EA1; }
a { background-color: rgb(254,78,161); }
div.DivClassName
{
background-color: #FE4EA1;
}
.BgClassName
{
background-color: #FE4EA1;
}
</style>
border-color css
<style>
span { border-color: #FE4EA1; }
span { border-color: rgb(254,78,161); }
td.TdClassName
{
border-color: #FE4EA1;
}
.TagClassName
{
border-color: #FE4EA1;
}
</style>