Shades of French Rose #FE5083
Tints of French Rose #FE5083
RGB
CMYK
RGB Variations
Color information
#FE5083 (or 0xFE5083) is known color: French Rose. HEX triplet: FE, 50 and 83. RGB value is (254,80,131). Sum of RGB (Red+Green+Blue) = 254+80+131=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5083 is #01AF7C. Grayscale: #898989. Windows color (decimal): -110461 or 8605950. OLE color: 8605950.
HSL color Cylindrical-coordinate representation of color #FE5083: hue angle of 342.41º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5083 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 131 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.00 |
| HSL | 342.41º | 0.99% | 0.65% | - |
| HSV(B) | 342.41º | 0.69% | 1% | - |
| XYZ | 47.84 | 28.45 | 24.44 | - |
| YUV | 137.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 131 | 0 | 0.69 | 0.48 | 0.00 | 342.41 | 0.99 | 0.65 |
| Hex | FE | 50 | 83 | 0 | 45 | 30 | 0 | 156 | 63 | 41 |
| Octal | 376 | 120 | 203 | 0 | 105 | 60 | 0 | 526 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10000011 | 0 | 1000101 | 110000 | 0 | 101010110 | 1100011 | 1000001 |
Color Harmonies of #FE5083
Complementary color
Monochromatic Colors of #FE5083
Black with #FE5083
Text Example
Text Example
White with #FE5083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5083; }
p { color: rgb(254,80,131); }
H1.HeaderClassName
{
color: #FE5083;
}
.AnyTagClassName
{
color: #FE5083;
}
</style>
background-color css
<style>
a { background-color: #FE5083; }
a { background-color: rgb(254,80,131); }
div.DivClassName
{
background-color: #FE5083;
}
.BgClassName
{
background-color: #FE5083;
}
</style>
border-color css
<style>
span { border-color: #FE5083; }
span { border-color: rgb(254,80,131); }
td.TdClassName
{
border-color: #FE5083;
}
.TagClassName
{
border-color: #FE5083;
}
</style>