Shades of Brilliant Rose #FE5FA9
Tints of Brilliant Rose #FE5FA9
RGB
CMYK
RGB Variations
Color information
#FE5FA9 (or 0xFE5FA9) is known color: Brilliant Rose. HEX triplet: FE, 5F and A9. RGB value is (254,95,169). Sum of RGB (Red+Green+Blue) = 254+95+169=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FA9 is #01A056. Grayscale: #969696. Windows color (decimal): -106583 or 11100158. OLE color: 11100158.
HSL color Cylindrical-coordinate representation of color #FE5FA9: hue angle of 332.08º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FA9 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 169 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.00 |
| HSL | 332.08º | 0.99% | 0.68% | - |
| HSV(B) | 332.08º | 0.63% | 1% | - |
| XYZ | 52.13 | 32.12 | 40.99 | - |
| YUV | 150.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 169 | 0 | 0.63 | 0.33 | 0.00 | 332.08 | 0.99 | 0.68 |
| Hex | FE | 5F | A9 | 0 | 3F | 21 | 0 | 14C | 63 | 44 |
| Octal | 376 | 137 | 251 | 0 | 77 | 41 | 0 | 514 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10101001 | 0 | 111111 | 100001 | 0 | 101001100 | 1100011 | 1000100 |
Color Harmonies of #FE5FA9
Complementary color
Monochromatic Colors of #FE5FA9
Black with #FE5FA9
Text Example
Text Example
White with #FE5FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FA9; }
p { color: rgb(254,95,169); }
H1.HeaderClassName
{
color: #FE5FA9;
}
.AnyTagClassName
{
color: #FE5FA9;
}
</style>
background-color css
<style>
a { background-color: #FE5FA9; }
a { background-color: rgb(254,95,169); }
div.DivClassName
{
background-color: #FE5FA9;
}
.BgClassName
{
background-color: #FE5FA9;
}
</style>
border-color css
<style>
span { border-color: #FE5FA9; }
span { border-color: rgb(254,95,169); }
td.TdClassName
{
border-color: #FE5FA9;
}
.TagClassName
{
border-color: #FE5FA9;
}
</style>