Shades of French Rose #FE4A87
Tints of French Rose #FE4A87
RGB
CMYK
RGB Variations
Color information
#FE4A87 (or 0xFE4A87) is known color: French Rose. HEX triplet: FE, 4A and 87. RGB value is (254,74,135). Sum of RGB (Red+Green+Blue) = 254+74+135=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4A87 is #01B578. Grayscale: #868686. Windows color (decimal): -111993 or 8866558. OLE color: 8866558.
HSL color Cylindrical-coordinate representation of color #FE4A87: hue angle of 339.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4A87 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 135 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.00 |
| HSL | 339.67º | 0.99% | 0.64% | - |
| HSV(B) | 339.67º | 0.71% | 1% | - |
| XYZ | 47.7 | 27.72 | 25.76 | - |
| YUV | 134.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 135 | 0 | 0.71 | 0.47 | 0.00 | 339.67 | 0.99 | 0.64 |
| Hex | FE | 4A | 87 | 0 | 47 | 2F | 0 | 154 | 63 | 40 |
| Octal | 376 | 112 | 207 | 0 | 107 | 57 | 0 | 524 | 143 | 100 |
| Binary | 11111110 | 1001010 | 10000111 | 0 | 1000111 | 101111 | 0 | 101010100 | 1100011 | 1000000 |
Color Harmonies of #FE4A87
Complementary color
Monochromatic Colors of #FE4A87
Black with #FE4A87
Text Example
Text Example
White with #FE4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A87; }
p { color: rgb(254,74,135); }
H1.HeaderClassName
{
color: #FE4A87;
}
.AnyTagClassName
{
color: #FE4A87;
}
</style>
background-color css
<style>
a { background-color: #FE4A87; }
a { background-color: rgb(254,74,135); }
div.DivClassName
{
background-color: #FE4A87;
}
.BgClassName
{
background-color: #FE4A87;
}
</style>
border-color css
<style>
span { border-color: #FE4A87; }
span { border-color: rgb(254,74,135); }
td.TdClassName
{
border-color: #FE4A87;
}
.TagClassName
{
border-color: #FE4A87;
}
</style>