Shades of French Rose #FE5195
Tints of French Rose #FE5195
RGB
CMYK
RGB Variations
Color information
#FE5195 (or 0xFE5195) is known color: French Rose. HEX triplet: FE, 51 and 95. RGB value is (254,81,149). Sum of RGB (Red+Green+Blue) = 254+81+149=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5195 is #01AE6A. Grayscale: #8C8C8C. Windows color (decimal): -110187 or 9785854. OLE color: 9785854.
HSL color Cylindrical-coordinate representation of color #FE5195: hue angle of 336.42º 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 #FE5195 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 149 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.00 |
| HSL | 336.42º | 0.99% | 0.66% | - |
| HSV(B) | 336.42º | 0.68% | 1% | - |
| XYZ | 49.24 | 29.13 | 31.46 | - |
| YUV | 140.48 | 132.81 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 149 | 0 | 0.68 | 0.41 | 0.00 | 336.42 | 0.99 | 0.66 |
| Hex | FE | 51 | 95 | 0 | 44 | 29 | 0 | 150 | 63 | 42 |
| Octal | 376 | 121 | 225 | 0 | 104 | 51 | 0 | 520 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10010101 | 0 | 1000100 | 101001 | 0 | 101010000 | 1100011 | 1000010 |
Color Harmonies of #FE5195
Complementary color
Monochromatic Colors of #FE5195
Black with #FE5195
Text Example
Text Example
White with #FE5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5195; }
p { color: rgb(254,81,149); }
H1.HeaderClassName
{
color: #FE5195;
}
.AnyTagClassName
{
color: #FE5195;
}
</style>
background-color css
<style>
a { background-color: #FE5195; }
a { background-color: rgb(254,81,149); }
div.DivClassName
{
background-color: #FE5195;
}
.BgClassName
{
background-color: #FE5195;
}
</style>
border-color css
<style>
span { border-color: #FE5195; }
span { border-color: rgb(254,81,149); }
td.TdClassName
{
border-color: #FE5195;
}
.TagClassName
{
border-color: #FE5195;
}
</style>