Shades of Brilliant Rose #FE489E
Tints of Brilliant Rose #FE489E
RGB
CMYK
RGB Variations
Color information
#FE489E (or 0xFE489E) is known color: Brilliant Rose. HEX triplet: FE, 48 and 9E. RGB value is (254,72,158). Sum of RGB (Red+Green+Blue) = 254+72+158=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE489E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE489E is #01B761. Grayscale: #888888. Windows color (decimal): -112482 or 10373374. OLE color: 10373374.
HSL color Cylindrical-coordinate representation of color #FE489E: hue angle of 331.65º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE489E is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 158 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.00 |
| HSL | 331.65º | 0.99% | 0.64% | - |
| HSV(B) | 331.65º | 0.72% | 1% | - |
| XYZ | 49.36 | 28.17 | 35.18 | - |
| YUV | 136.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 158 | 0 | 0.72 | 0.38 | 0.00 | 331.65 | 0.99 | 0.64 |
| Hex | FE | 48 | 9E | 0 | 48 | 26 | 0 | 14C | 63 | 40 |
| Octal | 376 | 110 | 236 | 0 | 110 | 46 | 0 | 514 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10011110 | 0 | 1001000 | 100110 | 0 | 101001100 | 1100011 | 1000000 |
Color Harmonies of #FE489E
Complementary color
Monochromatic Colors of #FE489E
Black with #FE489E
Text Example
Text Example
White with #FE489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE489E; }
p { color: rgb(254,72,158); }
H1.HeaderClassName
{
color: #FE489E;
}
.AnyTagClassName
{
color: #FE489E;
}
</style>
background-color css
<style>
a { background-color: #FE489E; }
a { background-color: rgb(254,72,158); }
div.DivClassName
{
background-color: #FE489E;
}
.BgClassName
{
background-color: #FE489E;
}
</style>
border-color css
<style>
span { border-color: #FE489E; }
span { border-color: rgb(254,72,158); }
td.TdClassName
{
border-color: #FE489E;
}
.TagClassName
{
border-color: #FE489E;
}
</style>