Shades of French Rose #FE5692
Tints of French Rose #FE5692
RGB
CMYK
RGB Variations
Color information
#FE5692 (or 0xFE5692) is known color: French Rose. HEX triplet: FE, 56 and 92. RGB value is (254,86,146). Sum of RGB (Red+Green+Blue) = 254+86+146=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5692 is #01A96D. Grayscale: #8F8F8F. Windows color (decimal): -108910 or 9590526. OLE color: 9590526.
HSL color Cylindrical-coordinate representation of color #FE5692: hue angle of 338.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5692 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 146 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.00 |
| HSL | 338.57º | 0.99% | 0.67% | - |
| HSV(B) | 338.57º | 0.66% | 1% | - |
| XYZ | 49.39 | 29.8 | 30.34 | - |
| YUV | 143.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 146 | 0 | 0.66 | 0.43 | 0.00 | 338.57 | 0.99 | 0.67 |
| Hex | FE | 56 | 92 | 0 | 42 | 2B | 0 | 153 | 63 | 43 |
| Octal | 376 | 126 | 222 | 0 | 102 | 53 | 0 | 523 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10010010 | 0 | 1000010 | 101011 | 0 | 101010011 | 1100011 | 1000011 |
Color Harmonies of #FE5692
Complementary color
Monochromatic Colors of #FE5692
Black with #FE5692
Text Example
Text Example
White with #FE5692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5692; }
p { color: rgb(254,86,146); }
H1.HeaderClassName
{
color: #FE5692;
}
.AnyTagClassName
{
color: #FE5692;
}
</style>
background-color css
<style>
a { background-color: #FE5692; }
a { background-color: rgb(254,86,146); }
div.DivClassName
{
background-color: #FE5692;
}
.BgClassName
{
background-color: #FE5692;
}
</style>
border-color css
<style>
span { border-color: #FE5692; }
span { border-color: rgb(254,86,146); }
td.TdClassName
{
border-color: #FE5692;
}
.TagClassName
{
border-color: #FE5692;
}
</style>