Shades of Brilliant Rose #FE5AAD
Tints of Brilliant Rose #FE5AAD
RGB
CMYK
RGB Variations
Color information
#FE5AAD (or 0xFE5AAD) is known color: Brilliant Rose. HEX triplet: FE, 5A and AD. RGB value is (254,90,173). Sum of RGB (Red+Green+Blue) = 254+90+173=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AAD is #01A552. Grayscale: #949494. Windows color (decimal): -107859 or 11361022. OLE color: 11361022.
HSL color Cylindrical-coordinate representation of color #FE5AAD: hue angle of 329.63º 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 #FE5AAD is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 173 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.00 |
| HSL | 329.63º | 0.99% | 0.67% | - |
| HSV(B) | 329.63º | 0.65% | 1% | - |
| XYZ | 52.07 | 31.4 | 42.85 | - |
| YUV | 148.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 173 | 0 | 0.65 | 0.32 | 0.00 | 329.63 | 0.99 | 0.67 |
| Hex | FE | 5A | AD | 0 | 41 | 20 | 0 | 14A | 63 | 43 |
| Octal | 376 | 132 | 255 | 0 | 101 | 40 | 0 | 512 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10101101 | 0 | 1000001 | 100000 | 0 | 101001010 | 1100011 | 1000011 |
Color Harmonies of #FE5AAD
Complementary color
Monochromatic Colors of #FE5AAD
Black with #FE5AAD
Text Example
Text Example
White with #FE5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AAD; }
p { color: rgb(254,90,173); }
H1.HeaderClassName
{
color: #FE5AAD;
}
.AnyTagClassName
{
color: #FE5AAD;
}
</style>
background-color css
<style>
a { background-color: #FE5AAD; }
a { background-color: rgb(254,90,173); }
div.DivClassName
{
background-color: #FE5AAD;
}
.BgClassName
{
background-color: #FE5AAD;
}
</style>
border-color css
<style>
span { border-color: #FE5AAD; }
span { border-color: rgb(254,90,173); }
td.TdClassName
{
border-color: #FE5AAD;
}
.TagClassName
{
border-color: #FE5AAD;
}
</style>