Shades of Brilliant Rose #FE4AA0
Tints of Brilliant Rose #FE4AA0
RGB
CMYK
RGB Variations
Color information
#FE4AA0 (or 0xFE4AA0) is known color: Brilliant Rose. HEX triplet: FE, 4A and A0. RGB value is (254,74,160). Sum of RGB (Red+Green+Blue) = 254+74+160=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4AA0 is #01B55F. Grayscale: #898989. Windows color (decimal): -111968 or 10504958. OLE color: 10504958.
HSL color Cylindrical-coordinate representation of color #FE4AA0: hue angle of 331.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4AA0 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 160 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.00 |
| HSL | 331.33º | 0.99% | 0.64% | - |
| HSV(B) | 331.33º | 0.71% | 1% | - |
| XYZ | 49.67 | 28.51 | 36.14 | - |
| YUV | 137.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 160 | 0 | 0.71 | 0.37 | 0.00 | 331.33 | 0.99 | 0.64 |
| Hex | FE | 4A | A0 | 0 | 47 | 25 | 0 | 14B | 63 | 40 |
| Octal | 376 | 112 | 240 | 0 | 107 | 45 | 0 | 513 | 143 | 100 |
| Binary | 11111110 | 1001010 | 10100000 | 0 | 1000111 | 100101 | 0 | 101001011 | 1100011 | 1000000 |
Color Harmonies of #FE4AA0
Complementary color
Monochromatic Colors of #FE4AA0
Black with #FE4AA0
Text Example
Text Example
White with #FE4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AA0; }
p { color: rgb(254,74,160); }
H1.HeaderClassName
{
color: #FE4AA0;
}
.AnyTagClassName
{
color: #FE4AA0;
}
</style>
background-color css
<style>
a { background-color: #FE4AA0; }
a { background-color: rgb(254,74,160); }
div.DivClassName
{
background-color: #FE4AA0;
}
.BgClassName
{
background-color: #FE4AA0;
}
</style>
border-color css
<style>
span { border-color: #FE4AA0; }
span { border-color: rgb(254,74,160); }
td.TdClassName
{
border-color: #FE4AA0;
}
.TagClassName
{
border-color: #FE4AA0;
}
</style>