Shades of Brilliant Rose #FE5AAA
Tints of Brilliant Rose #FE5AAA
RGB
CMYK
RGB Variations
Color information
#FE5AAA (or 0xFE5AAA) is known color: Brilliant Rose. HEX triplet: FE, 5A and AA. RGB value is (254,90,170). Sum of RGB (Red+Green+Blue) = 254+90+170=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AAA is #01A555. Grayscale: #949494. Windows color (decimal): -107862 or 11164414. OLE color: 11164414.
HSL color Cylindrical-coordinate representation of color #FE5AAA: hue angle of 330.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5AAA is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 170 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.00 |
| HSL | 330.73º | 0.99% | 0.67% | - |
| HSV(B) | 330.73º | 0.65% | 1% | - |
| XYZ | 51.78 | 31.29 | 41.34 | - |
| YUV | 148.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 170 | 0 | 0.65 | 0.33 | 0.00 | 330.73 | 0.99 | 0.67 |
| Hex | FE | 5A | AA | 0 | 41 | 21 | 0 | 14B | 63 | 43 |
| Octal | 376 | 132 | 252 | 0 | 101 | 41 | 0 | 513 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10101010 | 0 | 1000001 | 100001 | 0 | 101001011 | 1100011 | 1000011 |
Color Harmonies of #FE5AAA
Complementary color
Monochromatic Colors of #FE5AAA
Black with #FE5AAA
Text Example
Text Example
White with #FE5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AAA; }
p { color: rgb(254,90,170); }
H1.HeaderClassName
{
color: #FE5AAA;
}
.AnyTagClassName
{
color: #FE5AAA;
}
</style>
background-color css
<style>
a { background-color: #FE5AAA; }
a { background-color: rgb(254,90,170); }
div.DivClassName
{
background-color: #FE5AAA;
}
.BgClassName
{
background-color: #FE5AAA;
}
</style>
border-color css
<style>
span { border-color: #FE5AAA; }
span { border-color: rgb(254,90,170); }
td.TdClassName
{
border-color: #FE5AAA;
}
.TagClassName
{
border-color: #FE5AAA;
}
</style>