Shades of Brilliant Rose #FE53A0
Tints of Brilliant Rose #FE53A0
RGB
CMYK
RGB Variations
Color information
#FE53A0 (or 0xFE53A0) is known color: Brilliant Rose. HEX triplet: FE, 53 and A0. RGB value is (254,83,160). Sum of RGB (Red+Green+Blue) = 254+83+160=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE53A0 is #01AC5F. Grayscale: #8E8E8E. Windows color (decimal): -109664 or 10507262. OLE color: 10507262.
HSL color Cylindrical-coordinate representation of color #FE53A0: hue angle of 332.98º 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 #FE53A0 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 160 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.00 |
| HSL | 332.98º | 0.99% | 0.66% | - |
| HSV(B) | 332.98º | 0.67% | 1% | - |
| XYZ | 50.31 | 29.8 | 36.36 | - |
| YUV | 142.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 160 | 0 | 0.67 | 0.37 | 0.00 | 332.98 | 0.99 | 0.66 |
| Hex | FE | 53 | A0 | 0 | 43 | 25 | 0 | 14D | 63 | 42 |
| Octal | 376 | 123 | 240 | 0 | 103 | 45 | 0 | 515 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10100000 | 0 | 1000011 | 100101 | 0 | 101001101 | 1100011 | 1000010 |
Color Harmonies of #FE53A0
Complementary color
Monochromatic Colors of #FE53A0
Black with #FE53A0
Text Example
Text Example
White with #FE53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53A0; }
p { color: rgb(254,83,160); }
H1.HeaderClassName
{
color: #FE53A0;
}
.AnyTagClassName
{
color: #FE53A0;
}
</style>
background-color css
<style>
a { background-color: #FE53A0; }
a { background-color: rgb(254,83,160); }
div.DivClassName
{
background-color: #FE53A0;
}
.BgClassName
{
background-color: #FE53A0;
}
</style>
border-color css
<style>
span { border-color: #FE53A0; }
span { border-color: rgb(254,83,160); }
td.TdClassName
{
border-color: #FE53A0;
}
.TagClassName
{
border-color: #FE53A0;
}
</style>