Shades of Brilliant Rose #FE549F
Tints of Brilliant Rose #FE549F
RGB
CMYK
RGB Variations
Color information
#FE549F (or 0xFE549F) is known color: Brilliant Rose. HEX triplet: FE, 54 and 9F. RGB value is (254,84,159). Sum of RGB (Red+Green+Blue) = 254+84+159=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE549F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE549F is #01AB60. Grayscale: #8F8F8F. Windows color (decimal): -109409 or 10441982. OLE color: 10441982.
HSL color Cylindrical-coordinate representation of color #FE549F: hue angle of 333.53º 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 #FE549F is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 159 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.00 |
| HSL | 333.53º | 0.99% | 0.66% | - |
| HSV(B) | 333.53º | 0.67% | 1% | - |
| XYZ | 50.3 | 29.91 | 35.92 | - |
| YUV | 143.38 | 136.82 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 159 | 0 | 0.67 | 0.37 | 0.00 | 333.53 | 0.99 | 0.66 |
| Hex | FE | 54 | 9F | 0 | 43 | 25 | 0 | 14E | 63 | 42 |
| Octal | 376 | 124 | 237 | 0 | 103 | 45 | 0 | 516 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10011111 | 0 | 1000011 | 100101 | 0 | 101001110 | 1100011 | 1000010 |
Color Harmonies of #FE549F
Complementary color
Monochromatic Colors of #FE549F
Black with #FE549F
Text Example
Text Example
White with #FE549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE549F; }
p { color: rgb(254,84,159); }
H1.HeaderClassName
{
color: #FE549F;
}
.AnyTagClassName
{
color: #FE549F;
}
</style>
background-color css
<style>
a { background-color: #FE549F; }
a { background-color: rgb(254,84,159); }
div.DivClassName
{
background-color: #FE549F;
}
.BgClassName
{
background-color: #FE549F;
}
</style>
border-color css
<style>
span { border-color: #FE549F; }
span { border-color: rgb(254,84,159); }
td.TdClassName
{
border-color: #FE549F;
}
.TagClassName
{
border-color: #FE549F;
}
</style>