Shades of Brilliant Rose #FE499C
Tints of Brilliant Rose #FE499C
RGB
CMYK
RGB Variations
Color information
#FE499C (or 0xFE499C) is known color: Brilliant Rose. HEX triplet: FE, 49 and 9C. RGB value is (254,73,156). Sum of RGB (Red+Green+Blue) = 254+73+156=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE499C is #01B663. Grayscale: #888888. Windows color (decimal): -112228 or 10242558. OLE color: 10242558.
HSL color Cylindrical-coordinate representation of color #FE499C: hue angle of 332.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 #FE499C is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 156 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.00 |
| HSL | 332.49º | 0.99% | 0.64% | - |
| HSV(B) | 332.49º | 0.71% | 1% | - |
| XYZ | 49.26 | 28.24 | 34.31 | - |
| YUV | 136.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 156 | 0 | 0.71 | 0.39 | 0.00 | 332.49 | 0.99 | 0.64 |
| Hex | FE | 49 | 9C | 0 | 47 | 27 | 0 | 14C | 63 | 40 |
| Octal | 376 | 111 | 234 | 0 | 107 | 47 | 0 | 514 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10011100 | 0 | 1000111 | 100111 | 0 | 101001100 | 1100011 | 1000000 |
Color Harmonies of #FE499C
Complementary color
Monochromatic Colors of #FE499C
Black with #FE499C
Text Example
Text Example
White with #FE499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE499C; }
p { color: rgb(254,73,156); }
H1.HeaderClassName
{
color: #FE499C;
}
.AnyTagClassName
{
color: #FE499C;
}
</style>
background-color css
<style>
a { background-color: #FE499C; }
a { background-color: rgb(254,73,156); }
div.DivClassName
{
background-color: #FE499C;
}
.BgClassName
{
background-color: #FE499C;
}
</style>
border-color css
<style>
span { border-color: #FE499C; }
span { border-color: rgb(254,73,156); }
td.TdClassName
{
border-color: #FE499C;
}
.TagClassName
{
border-color: #FE499C;
}
</style>