Shades of Brilliant Rose #FE499F
Tints of Brilliant Rose #FE499F
RGB
CMYK
RGB Variations
Color information
#FE499F (or 0xFE499F) is known color: Brilliant Rose. HEX triplet: FE, 49 and 9F. RGB value is (254,73,159). Sum of RGB (Red+Green+Blue) = 254+73+159=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE499F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE499F is #01B660. Grayscale: #888888. Windows color (decimal): -112225 or 10439166. OLE color: 10439166.
HSL color Cylindrical-coordinate representation of color #FE499F: hue angle of 331.49º 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 #FE499F is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 159 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.00 |
| HSL | 331.49º | 0.99% | 0.64% | - |
| HSV(B) | 331.49º | 0.71% | 1% | - |
| XYZ | 49.51 | 28.34 | 35.66 | - |
| YUV | 136.92 | 140.47 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 159 | 0 | 0.71 | 0.37 | 0.00 | 331.49 | 0.99 | 0.64 |
| Hex | FE | 49 | 9F | 0 | 47 | 25 | 0 | 14B | 63 | 40 |
| Octal | 376 | 111 | 237 | 0 | 107 | 45 | 0 | 513 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10011111 | 0 | 1000111 | 100101 | 0 | 101001011 | 1100011 | 1000000 |
Color Harmonies of #FE499F
Complementary color
Monochromatic Colors of #FE499F
Black with #FE499F
Text Example
Text Example
White with #FE499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE499F; }
p { color: rgb(254,73,159); }
H1.HeaderClassName
{
color: #FE499F;
}
.AnyTagClassName
{
color: #FE499F;
}
</style>
background-color css
<style>
a { background-color: #FE499F; }
a { background-color: rgb(254,73,159); }
div.DivClassName
{
background-color: #FE499F;
}
.BgClassName
{
background-color: #FE499F;
}
</style>
border-color css
<style>
span { border-color: #FE499F; }
span { border-color: rgb(254,73,159); }
td.TdClassName
{
border-color: #FE499F;
}
.TagClassName
{
border-color: #FE499F;
}
</style>