Shades of Brilliant Rose #FE4EAC
Tints of Brilliant Rose #FE4EAC
RGB
CMYK
RGB Variations
Color information
#FE4EAC (or 0xFE4EAC) is known color: Brilliant Rose. HEX triplet: FE, 4E and AC. RGB value is (254,78,172). Sum of RGB (Red+Green+Blue) = 254+78+172=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4EAC is #01B153. Grayscale: #8D8D8D. Windows color (decimal): -110932 or 11292414. OLE color: 11292414.
HSL color Cylindrical-coordinate representation of color #FE4EAC: hue angle of 327.95º 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 #FE4EAC is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 172 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.00 |
| HSL | 327.95º | 0.99% | 0.65% | - |
| HSV(B) | 327.95º | 0.69% | 1% | - |
| XYZ | 51.04 | 29.5 | 42.03 | - |
| YUV | 141.34 | 145.31 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 172 | 0 | 0.69 | 0.32 | 0.00 | 327.95 | 0.99 | 0.65 |
| Hex | FE | 4E | AC | 0 | 45 | 20 | 0 | 148 | 63 | 41 |
| Octal | 376 | 116 | 254 | 0 | 105 | 40 | 0 | 510 | 143 | 101 |
| Binary | 11111110 | 1001110 | 10101100 | 0 | 1000101 | 100000 | 0 | 101001000 | 1100011 | 1000001 |
Color Harmonies of #FE4EAC
Complementary color
Monochromatic Colors of #FE4EAC
Black with #FE4EAC
Text Example
Text Example
White with #FE4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EAC; }
p { color: rgb(254,78,172); }
H1.HeaderClassName
{
color: #FE4EAC;
}
.AnyTagClassName
{
color: #FE4EAC;
}
</style>
background-color css
<style>
a { background-color: #FE4EAC; }
a { background-color: rgb(254,78,172); }
div.DivClassName
{
background-color: #FE4EAC;
}
.BgClassName
{
background-color: #FE4EAC;
}
</style>
border-color css
<style>
span { border-color: #FE4EAC; }
span { border-color: rgb(254,78,172); }
td.TdClassName
{
border-color: #FE4EAC;
}
.TagClassName
{
border-color: #FE4EAC;
}
</style>