Shades of French Rose #FE508E
Tints of French Rose #FE508E
RGB
CMYK
RGB Variations
Color information
#FE508E (or 0xFE508E) is known color: French Rose. HEX triplet: FE, 50 and 8E. RGB value is (254,80,142). Sum of RGB (Red+Green+Blue) = 254+80+142=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE508E is #01AF71. Grayscale: #8B8B8B. Windows color (decimal): -110450 or 9326846. OLE color: 9326846.
HSL color Cylindrical-coordinate representation of color #FE508E: hue angle of 338.62º 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 #FE508E is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 142 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.00 |
| HSL | 338.62º | 0.99% | 0.65% | - |
| HSV(B) | 338.62º | 0.69% | 1% | - |
| XYZ | 48.62 | 28.76 | 28.58 | - |
| YUV | 139.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 142 | 0 | 0.69 | 0.44 | 0.00 | 338.62 | 0.99 | 0.65 |
| Hex | FE | 50 | 8E | 0 | 45 | 2C | 0 | 153 | 63 | 41 |
| Octal | 376 | 120 | 216 | 0 | 105 | 54 | 0 | 523 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10001110 | 0 | 1000101 | 101100 | 0 | 101010011 | 1100011 | 1000001 |
Color Harmonies of #FE508E
Complementary color
Monochromatic Colors of #FE508E
Black with #FE508E
Text Example
Text Example
White with #FE508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE508E; }
p { color: rgb(254,80,142); }
H1.HeaderClassName
{
color: #FE508E;
}
.AnyTagClassName
{
color: #FE508E;
}
</style>
background-color css
<style>
a { background-color: #FE508E; }
a { background-color: rgb(254,80,142); }
div.DivClassName
{
background-color: #FE508E;
}
.BgClassName
{
background-color: #FE508E;
}
</style>
border-color css
<style>
span { border-color: #FE508E; }
span { border-color: rgb(254,80,142); }
td.TdClassName
{
border-color: #FE508E;
}
.TagClassName
{
border-color: #FE508E;
}
</style>