Shades of Brilliant Rose #FE4EAB
Tints of Brilliant Rose #FE4EAB
RGB
CMYK
RGB Variations
Color information
#FE4EAB (or 0xFE4EAB) is known color: Brilliant Rose. HEX triplet: FE, 4E and AB. RGB value is (254,78,171). Sum of RGB (Red+Green+Blue) = 254+78+171=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4EAB is #01B154. Grayscale: #8D8D8D. Windows color (decimal): -110933 or 11226878. OLE color: 11226878.
HSL color Cylindrical-coordinate representation of color #FE4EAB: hue angle of 328.3º 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 #FE4EAB is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 171 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.00 |
| HSL | 328.3º | 0.99% | 0.65% | - |
| HSV(B) | 328.3º | 0.69% | 1% | - |
| XYZ | 50.95 | 29.46 | 41.53 | - |
| YUV | 141.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 171 | 0 | 0.69 | 0.33 | 0.00 | 328.3 | 0.99 | 0.65 |
| Hex | FE | 4E | AB | 0 | 45 | 21 | 0 | 148 | 63 | 41 |
| Octal | 376 | 116 | 253 | 0 | 105 | 41 | 0 | 510 | 143 | 101 |
| Binary | 11111110 | 1001110 | 10101011 | 0 | 1000101 | 100001 | 0 | 101001000 | 1100011 | 1000001 |
Color Harmonies of #FE4EAB
Complementary color
Monochromatic Colors of #FE4EAB
Black with #FE4EAB
Text Example
Text Example
White with #FE4EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EAB; }
p { color: rgb(254,78,171); }
H1.HeaderClassName
{
color: #FE4EAB;
}
.AnyTagClassName
{
color: #FE4EAB;
}
</style>
background-color css
<style>
a { background-color: #FE4EAB; }
a { background-color: rgb(254,78,171); }
div.DivClassName
{
background-color: #FE4EAB;
}
.BgClassName
{
background-color: #FE4EAB;
}
</style>
border-color css
<style>
span { border-color: #FE4EAB; }
span { border-color: rgb(254,78,171); }
td.TdClassName
{
border-color: #FE4EAB;
}
.TagClassName
{
border-color: #FE4EAB;
}
</style>