Shades of Brilliant Rose #FE549B
Tints of Brilliant Rose #FE549B
RGB
CMYK
RGB Variations
Color information
#FE549B (or 0xFE549B) is known color: Brilliant Rose. HEX triplet: FE, 54 and 9B. RGB value is (254,84,155). Sum of RGB (Red+Green+Blue) = 254+84+155=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE549B is #01AB64. Grayscale: #8E8E8E. Windows color (decimal): -109413 or 10179838. OLE color: 10179838.
HSL color Cylindrical-coordinate representation of color #FE549B: hue angle of 334.94º 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 #FE549B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 155 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.00 |
| HSL | 334.94º | 0.99% | 0.66% | - |
| HSV(B) | 334.94º | 0.67% | 1% | - |
| XYZ | 49.96 | 29.78 | 34.12 | - |
| YUV | 142.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 155 | 0 | 0.67 | 0.39 | 0.00 | 334.94 | 0.99 | 0.66 |
| Hex | FE | 54 | 9B | 0 | 43 | 27 | 0 | 14F | 63 | 42 |
| Octal | 376 | 124 | 233 | 0 | 103 | 47 | 0 | 517 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10011011 | 0 | 1000011 | 100111 | 0 | 101001111 | 1100011 | 1000010 |
Color Harmonies of #FE549B
Complementary color
Monochromatic Colors of #FE549B
Black with #FE549B
Text Example
Text Example
White with #FE549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE549B; }
p { color: rgb(254,84,155); }
H1.HeaderClassName
{
color: #FE549B;
}
.AnyTagClassName
{
color: #FE549B;
}
</style>
background-color css
<style>
a { background-color: #FE549B; }
a { background-color: rgb(254,84,155); }
div.DivClassName
{
background-color: #FE549B;
}
.BgClassName
{
background-color: #FE549B;
}
</style>
border-color css
<style>
span { border-color: #FE549B; }
span { border-color: rgb(254,84,155); }
td.TdClassName
{
border-color: #FE549B;
}
.TagClassName
{
border-color: #FE549B;
}
</style>