Shades of Brilliant Rose #FE54A1
Tints of Brilliant Rose #FE54A1
RGB
CMYK
RGB Variations
Color information
#FE54A1 (or 0xFE54A1) is known color: Brilliant Rose. HEX triplet: FE, 54 and A1. RGB value is (254,84,161). Sum of RGB (Red+Green+Blue) = 254+84+161=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE54A1 is #01AB5E. Grayscale: #8F8F8F. Windows color (decimal): -109407 or 10573054. OLE color: 10573054.
HSL color Cylindrical-coordinate representation of color #FE54A1: hue angle of 332.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE54A1 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 161 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.00 |
| HSL | 332.82º | 0.99% | 0.66% | - |
| HSV(B) | 332.82º | 0.67% | 1% | - |
| XYZ | 50.48 | 29.98 | 36.85 | - |
| YUV | 143.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 161 | 0 | 0.67 | 0.37 | 0.00 | 332.82 | 0.99 | 0.66 |
| Hex | FE | 54 | A1 | 0 | 43 | 25 | 0 | 14D | 63 | 42 |
| Octal | 376 | 124 | 241 | 0 | 103 | 45 | 0 | 515 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10100001 | 0 | 1000011 | 100101 | 0 | 101001101 | 1100011 | 1000010 |
Color Harmonies of #FE54A1
Complementary color
Monochromatic Colors of #FE54A1
Black with #FE54A1
Text Example
Text Example
White with #FE54A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54A1; }
p { color: rgb(254,84,161); }
H1.HeaderClassName
{
color: #FE54A1;
}
.AnyTagClassName
{
color: #FE54A1;
}
</style>
background-color css
<style>
a { background-color: #FE54A1; }
a { background-color: rgb(254,84,161); }
div.DivClassName
{
background-color: #FE54A1;
}
.BgClassName
{
background-color: #FE54A1;
}
</style>
border-color css
<style>
span { border-color: #FE54A1; }
span { border-color: rgb(254,84,161); }
td.TdClassName
{
border-color: #FE54A1;
}
.TagClassName
{
border-color: #FE54A1;
}
</style>