Shades of Brilliant Rose #FE49AC
Tints of Brilliant Rose #FE49AC
RGB
CMYK
RGB Variations
Color information
#FE49AC (or 0xFE49AC) is known color: Brilliant Rose. HEX triplet: FE, 49 and AC. RGB value is (254,73,172). Sum of RGB (Red+Green+Blue) = 254+73+172=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE49AC is #01B653. Grayscale: #8A8A8A. Windows color (decimal): -112212 or 11291134. OLE color: 11291134.
HSL color Cylindrical-coordinate representation of color #FE49AC: hue angle of 327.18º 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 #FE49AC is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 172 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.00 |
| HSL | 327.18º | 0.99% | 0.64% | - |
| HSV(B) | 327.18º | 0.71% | 1% | - |
| XYZ | 50.7 | 28.81 | 41.92 | - |
| YUV | 138.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 172 | 0 | 0.71 | 0.32 | 0.00 | 327.18 | 0.99 | 0.64 |
| Hex | FE | 49 | AC | 0 | 47 | 20 | 0 | 147 | 63 | 40 |
| Octal | 376 | 111 | 254 | 0 | 107 | 40 | 0 | 507 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10101100 | 0 | 1000111 | 100000 | 0 | 101000111 | 1100011 | 1000000 |
Color Harmonies of #FE49AC
Complementary color
Monochromatic Colors of #FE49AC
Black with #FE49AC
Text Example
Text Example
White with #FE49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49AC; }
p { color: rgb(254,73,172); }
H1.HeaderClassName
{
color: #FE49AC;
}
.AnyTagClassName
{
color: #FE49AC;
}
</style>
background-color css
<style>
a { background-color: #FE49AC; }
a { background-color: rgb(254,73,172); }
div.DivClassName
{
background-color: #FE49AC;
}
.BgClassName
{
background-color: #FE49AC;
}
</style>
border-color css
<style>
span { border-color: #FE49AC; }
span { border-color: rgb(254,73,172); }
td.TdClassName
{
border-color: #FE49AC;
}
.TagClassName
{
border-color: #FE49AC;
}
</style>