Shades of Brilliant Rose #FE5AA3
Tints of Brilliant Rose #FE5AA3
RGB
CMYK
RGB Variations
Color information
#FE5AA3 (or 0xFE5AA3) is known color: Brilliant Rose. HEX triplet: FE, 5A and A3. RGB value is (254,90,163). Sum of RGB (Red+Green+Blue) = 254+90+163=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AA3 is #01A55C. Grayscale: #939393. Windows color (decimal): -107869 or 10705662. OLE color: 10705662.
HSL color Cylindrical-coordinate representation of color #FE5AA3: hue angle of 333.29º 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 #FE5AA3 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 163 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.00 |
| HSL | 333.29º | 0.99% | 0.67% | - |
| HSV(B) | 333.29º | 0.65% | 1% | - |
| XYZ | 51.14 | 31.03 | 37.94 | - |
| YUV | 147.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 163 | 0 | 0.65 | 0.36 | 0.00 | 333.29 | 0.99 | 0.67 |
| Hex | FE | 5A | A3 | 0 | 41 | 24 | 0 | 14D | 63 | 43 |
| Octal | 376 | 132 | 243 | 0 | 101 | 44 | 0 | 515 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10100011 | 0 | 1000001 | 100100 | 0 | 101001101 | 1100011 | 1000011 |
Color Harmonies of #FE5AA3
Complementary color
Monochromatic Colors of #FE5AA3
Black with #FE5AA3
Text Example
Text Example
White with #FE5AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AA3; }
p { color: rgb(254,90,163); }
H1.HeaderClassName
{
color: #FE5AA3;
}
.AnyTagClassName
{
color: #FE5AA3;
}
</style>
background-color css
<style>
a { background-color: #FE5AA3; }
a { background-color: rgb(254,90,163); }
div.DivClassName
{
background-color: #FE5AA3;
}
.BgClassName
{
background-color: #FE5AA3;
}
</style>
border-color css
<style>
span { border-color: #FE5AA3; }
span { border-color: rgb(254,90,163); }
td.TdClassName
{
border-color: #FE5AA3;
}
.TagClassName
{
border-color: #FE5AA3;
}
</style>