Shades of Brilliant Rose #FE5EAC
Tints of Brilliant Rose #FE5EAC
RGB
CMYK
RGB Variations
Color information
#FE5EAC (or 0xFE5EAC) is known color: Brilliant Rose. HEX triplet: FE, 5E and AC. RGB value is (254,94,172). Sum of RGB (Red+Green+Blue) = 254+94+172=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5EAC is #01A153. Grayscale: #969696. Windows color (decimal): -106836 or 11296510. OLE color: 11296510.
HSL color Cylindrical-coordinate representation of color #FE5EAC: hue angle of 330.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EAC is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 172 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.00 |
| HSL | 330.75º | 0.99% | 0.68% | - |
| HSV(B) | 330.75º | 0.63% | 1% | - |
| XYZ | 52.32 | 32.05 | 42.46 | - |
| YUV | 150.73 | 140.01 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 172 | 0 | 0.63 | 0.32 | 0.00 | 330.75 | 0.99 | 0.68 |
| Hex | FE | 5E | AC | 0 | 3F | 20 | 0 | 14B | 63 | 44 |
| Octal | 376 | 136 | 254 | 0 | 77 | 40 | 0 | 513 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10101100 | 0 | 111111 | 100000 | 0 | 101001011 | 1100011 | 1000100 |
Color Harmonies of #FE5EAC
Complementary color
Monochromatic Colors of #FE5EAC
Black with #FE5EAC
Text Example
Text Example
White with #FE5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EAC; }
p { color: rgb(254,94,172); }
H1.HeaderClassName
{
color: #FE5EAC;
}
.AnyTagClassName
{
color: #FE5EAC;
}
</style>
background-color css
<style>
a { background-color: #FE5EAC; }
a { background-color: rgb(254,94,172); }
div.DivClassName
{
background-color: #FE5EAC;
}
.BgClassName
{
background-color: #FE5EAC;
}
</style>
border-color css
<style>
span { border-color: #FE5EAC; }
span { border-color: rgb(254,94,172); }
td.TdClassName
{
border-color: #FE5EAC;
}
.TagClassName
{
border-color: #FE5EAC;
}
</style>