Shades of Brilliant Rose #FE489F
Tints of Brilliant Rose #FE489F
RGB
CMYK
RGB Variations
Color information
#FE489F (or 0xFE489F) is known color: Brilliant Rose. HEX triplet: FE, 48 and 9F. RGB value is (254,72,159). Sum of RGB (Red+Green+Blue) = 254+72+159=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE489F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE489F is #01B760. Grayscale: #888888. Windows color (decimal): -112481 or 10438910. OLE color: 10438910.
HSL color Cylindrical-coordinate representation of color #FE489F: hue angle of 331.32º 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 #FE489F is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 159 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.00 |
| HSL | 331.32º | 0.99% | 0.64% | - |
| HSV(B) | 331.32º | 0.72% | 1% | - |
| XYZ | 49.45 | 28.21 | 35.64 | - |
| YUV | 136.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 159 | 0 | 0.72 | 0.37 | 0.00 | 331.32 | 0.99 | 0.64 |
| Hex | FE | 48 | 9F | 0 | 48 | 25 | 0 | 14B | 63 | 40 |
| Octal | 376 | 110 | 237 | 0 | 110 | 45 | 0 | 513 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10011111 | 0 | 1001000 | 100101 | 0 | 101001011 | 1100011 | 1000000 |
Color Harmonies of #FE489F
Complementary color
Monochromatic Colors of #FE489F
Black with #FE489F
Text Example
Text Example
White with #FE489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE489F; }
p { color: rgb(254,72,159); }
H1.HeaderClassName
{
color: #FE489F;
}
.AnyTagClassName
{
color: #FE489F;
}
</style>
background-color css
<style>
a { background-color: #FE489F; }
a { background-color: rgb(254,72,159); }
div.DivClassName
{
background-color: #FE489F;
}
.BgClassName
{
background-color: #FE489F;
}
</style>
border-color css
<style>
span { border-color: #FE489F; }
span { border-color: rgb(254,72,159); }
td.TdClassName
{
border-color: #FE489F;
}
.TagClassName
{
border-color: #FE489F;
}
</style>