Shades of French Rose #FE5192
Tints of French Rose #FE5192
RGB
CMYK
RGB Variations
Color information
#FE5192 (or 0xFE5192) is known color: French Rose. HEX triplet: FE, 51 and 92. RGB value is (254,81,146). Sum of RGB (Red+Green+Blue) = 254+81+146=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5192 is #01AE6D. Grayscale: #8C8C8C. Windows color (decimal): -110190 or 9589246. OLE color: 9589246.
HSL color Cylindrical-coordinate representation of color #FE5192: hue angle of 337.46º 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 #FE5192 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 146 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.00 |
| HSL | 337.46º | 0.99% | 0.66% | - |
| HSV(B) | 337.46º | 0.68% | 1% | - |
| XYZ | 49 | 29.03 | 30.21 | - |
| YUV | 140.14 | 131.31 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 146 | 0 | 0.68 | 0.43 | 0.00 | 337.46 | 0.99 | 0.66 |
| Hex | FE | 51 | 92 | 0 | 44 | 2B | 0 | 151 | 63 | 42 |
| Octal | 376 | 121 | 222 | 0 | 104 | 53 | 0 | 521 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10010010 | 0 | 1000100 | 101011 | 0 | 101010001 | 1100011 | 1000010 |
Color Harmonies of #FE5192
Complementary color
Monochromatic Colors of #FE5192
Black with #FE5192
Text Example
Text Example
White with #FE5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5192; }
p { color: rgb(254,81,146); }
H1.HeaderClassName
{
color: #FE5192;
}
.AnyTagClassName
{
color: #FE5192;
}
</style>
background-color css
<style>
a { background-color: #FE5192; }
a { background-color: rgb(254,81,146); }
div.DivClassName
{
background-color: #FE5192;
}
.BgClassName
{
background-color: #FE5192;
}
</style>
border-color css
<style>
span { border-color: #FE5192; }
span { border-color: rgb(254,81,146); }
td.TdClassName
{
border-color: #FE5192;
}
.TagClassName
{
border-color: #FE5192;
}
</style>