Shades of French Rose #FE538A
Tints of French Rose #FE538A
RGB
CMYK
RGB Variations
Color information
#FE538A (or 0xFE538A) is known color: French Rose. HEX triplet: FE, 53 and 8A. RGB value is (254,83,138). Sum of RGB (Red+Green+Blue) = 254+83+138=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE538A is #01AC75. Grayscale: #8C8C8C. Windows color (decimal): -109686 or 9065470. OLE color: 9065470.
HSL color Cylindrical-coordinate representation of color #FE538A: hue angle of 340.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE538A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 138 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.00 |
| HSL | 340.7º | 0.99% | 0.66% | - |
| HSV(B) | 340.7º | 0.67% | 1% | - |
| XYZ | 48.55 | 29.09 | 27.1 | - |
| YUV | 140.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 138 | 0 | 0.67 | 0.46 | 0.00 | 340.7 | 0.99 | 0.66 |
| Hex | FE | 53 | 8A | 0 | 43 | 2E | 0 | 155 | 63 | 42 |
| Octal | 376 | 123 | 212 | 0 | 103 | 56 | 0 | 525 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10001010 | 0 | 1000011 | 101110 | 0 | 101010101 | 1100011 | 1000010 |
Color Harmonies of #FE538A
Complementary color
Monochromatic Colors of #FE538A
Black with #FE538A
Text Example
Text Example
White with #FE538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE538A; }
p { color: rgb(254,83,138); }
H1.HeaderClassName
{
color: #FE538A;
}
.AnyTagClassName
{
color: #FE538A;
}
</style>
background-color css
<style>
a { background-color: #FE538A; }
a { background-color: rgb(254,83,138); }
div.DivClassName
{
background-color: #FE538A;
}
.BgClassName
{
background-color: #FE538A;
}
</style>
border-color css
<style>
span { border-color: #FE538A; }
span { border-color: rgb(254,83,138); }
td.TdClassName
{
border-color: #FE538A;
}
.TagClassName
{
border-color: #FE538A;
}
</style>