Shades of Brilliant Rose #FE54A0
Tints of Brilliant Rose #FE54A0
RGB
CMYK
RGB Variations
Color information
#FE54A0 (or 0xFE54A0) is known color: Brilliant Rose. HEX triplet: FE, 54 and A0. RGB value is (254,84,160). Sum of RGB (Red+Green+Blue) = 254+84+160=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE54A0 is #01AB5F. Grayscale: #8F8F8F. Windows color (decimal): -109408 or 10507518. OLE color: 10507518.
HSL color Cylindrical-coordinate representation of color #FE54A0: hue angle of 333.18º 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 #FE54A0 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 160 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.00 |
| HSL | 333.18º | 0.99% | 0.66% | - |
| HSV(B) | 333.18º | 0.67% | 1% | - |
| XYZ | 50.39 | 29.95 | 36.38 | - |
| YUV | 143.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 160 | 0 | 0.67 | 0.37 | 0.00 | 333.18 | 0.99 | 0.66 |
| Hex | FE | 54 | A0 | 0 | 43 | 25 | 0 | 14D | 63 | 42 |
| Octal | 376 | 124 | 240 | 0 | 103 | 45 | 0 | 515 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10100000 | 0 | 1000011 | 100101 | 0 | 101001101 | 1100011 | 1000010 |
Color Harmonies of #FE54A0
Complementary color
Monochromatic Colors of #FE54A0
Black with #FE54A0
Text Example
Text Example
White with #FE54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54A0; }
p { color: rgb(254,84,160); }
H1.HeaderClassName
{
color: #FE54A0;
}
.AnyTagClassName
{
color: #FE54A0;
}
</style>
background-color css
<style>
a { background-color: #FE54A0; }
a { background-color: rgb(254,84,160); }
div.DivClassName
{
background-color: #FE54A0;
}
.BgClassName
{
background-color: #FE54A0;
}
</style>
border-color css
<style>
span { border-color: #FE54A0; }
span { border-color: rgb(254,84,160); }
td.TdClassName
{
border-color: #FE54A0;
}
.TagClassName
{
border-color: #FE54A0;
}
</style>