Shades of Brilliant Rose #FE5196
Tints of Brilliant Rose #FE5196
RGB
CMYK
RGB Variations
Color information
#FE5196 (or 0xFE5196) is known color: Brilliant Rose. HEX triplet: FE, 51 and 96. RGB value is (254,81,150). Sum of RGB (Red+Green+Blue) = 254+81+150=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5196 is #01AE69. Grayscale: #8C8C8C. Windows color (decimal): -110186 or 9851390. OLE color: 9851390.
HSL color Cylindrical-coordinate representation of color #FE5196: hue angle of 336.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5196 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 150 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.00 |
| HSL | 336.07º | 0.99% | 0.66% | - |
| HSV(B) | 336.07º | 0.68% | 1% | - |
| XYZ | 49.32 | 29.16 | 31.88 | - |
| YUV | 140.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 150 | 0 | 0.68 | 0.41 | 0.00 | 336.07 | 0.99 | 0.66 |
| Hex | FE | 51 | 96 | 0 | 44 | 29 | 0 | 150 | 63 | 42 |
| Octal | 376 | 121 | 226 | 0 | 104 | 51 | 0 | 520 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10010110 | 0 | 1000100 | 101001 | 0 | 101010000 | 1100011 | 1000010 |
Color Harmonies of #FE5196
Complementary color
Monochromatic Colors of #FE5196
Black with #FE5196
Text Example
Text Example
White with #FE5196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5196; }
p { color: rgb(254,81,150); }
H1.HeaderClassName
{
color: #FE5196;
}
.AnyTagClassName
{
color: #FE5196;
}
</style>
background-color css
<style>
a { background-color: #FE5196; }
a { background-color: rgb(254,81,150); }
div.DivClassName
{
background-color: #FE5196;
}
.BgClassName
{
background-color: #FE5196;
}
</style>
border-color css
<style>
span { border-color: #FE5196; }
span { border-color: rgb(254,81,150); }
td.TdClassName
{
border-color: #FE5196;
}
.TagClassName
{
border-color: #FE5196;
}
</style>