Shades of Brilliant Rose #FE49B7
Tints of Brilliant Rose #FE49B7
RGB
CMYK
RGB Variations
Color information
#FE49B7 (or 0xFE49B7) is known color: Brilliant Rose. HEX triplet: FE, 49 and B7. RGB value is (254,73,183). Sum of RGB (Red+Green+Blue) = 254+73+183=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49B7 is #01B648. Grayscale: #8B8B8B. Windows color (decimal): -112201 or 12012030. OLE color: 12012030.
HSL color Cylindrical-coordinate representation of color #FE49B7: hue angle of 323.54º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE49B7 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 183 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.00 |
| HSL | 323.54º | 0.99% | 0.64% | - |
| HSV(B) | 323.54º | 0.71% | 1% | - |
| XYZ | 51.8 | 29.25 | 47.72 | - |
| YUV | 139.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 183 | 0 | 0.71 | 0.28 | 0.00 | 323.54 | 0.99 | 0.64 |
| Hex | FE | 49 | B7 | 0 | 47 | 1C | 0 | 144 | 63 | 40 |
| Octal | 376 | 111 | 267 | 0 | 107 | 34 | 0 | 504 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10110111 | 0 | 1000111 | 11100 | 0 | 101000100 | 1100011 | 1000000 |
Color Harmonies of #FE49B7
Complementary color
Monochromatic Colors of #FE49B7
Black with #FE49B7
Text Example
Text Example
White with #FE49B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49B7; }
p { color: rgb(254,73,183); }
H1.HeaderClassName
{
color: #FE49B7;
}
.AnyTagClassName
{
color: #FE49B7;
}
</style>
background-color css
<style>
a { background-color: #FE49B7; }
a { background-color: rgb(254,73,183); }
div.DivClassName
{
background-color: #FE49B7;
}
.BgClassName
{
background-color: #FE49B7;
}
</style>
border-color css
<style>
span { border-color: #FE49B7; }
span { border-color: rgb(254,73,183); }
td.TdClassName
{
border-color: #FE49B7;
}
.TagClassName
{
border-color: #FE49B7;
}
</style>