Shades of French Rose #FE4A85
Tints of French Rose #FE4A85
RGB
CMYK
RGB Variations
Color information
#FE4A85 (or 0xFE4A85) is known color: French Rose. HEX triplet: FE, 4A and 85. RGB value is (254,74,133). Sum of RGB (Red+Green+Blue) = 254+74+133=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4A85 is #01B57A. Grayscale: #868686. Windows color (decimal): -111995 or 8735486. OLE color: 8735486.
HSL color Cylindrical-coordinate representation of color #FE4A85: hue angle of 340.33º 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 #FE4A85 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 133 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.00 |
| HSL | 340.33º | 0.99% | 0.64% | - |
| HSV(B) | 340.33º | 0.71% | 1% | - |
| XYZ | 47.56 | 27.66 | 25.02 | - |
| YUV | 134.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 133 | 0 | 0.71 | 0.48 | 0.00 | 340.33 | 0.99 | 0.64 |
| Hex | FE | 4A | 85 | 0 | 47 | 30 | 0 | 154 | 63 | 40 |
| Octal | 376 | 112 | 205 | 0 | 107 | 60 | 0 | 524 | 143 | 100 |
| Binary | 11111110 | 1001010 | 10000101 | 0 | 1000111 | 110000 | 0 | 101010100 | 1100011 | 1000000 |
Color Harmonies of #FE4A85
Complementary color
Monochromatic Colors of #FE4A85
Black with #FE4A85
Text Example
Text Example
White with #FE4A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A85; }
p { color: rgb(254,74,133); }
H1.HeaderClassName
{
color: #FE4A85;
}
.AnyTagClassName
{
color: #FE4A85;
}
</style>
background-color css
<style>
a { background-color: #FE4A85; }
a { background-color: rgb(254,74,133); }
div.DivClassName
{
background-color: #FE4A85;
}
.BgClassName
{
background-color: #FE4A85;
}
</style>
border-color css
<style>
span { border-color: #FE4A85; }
span { border-color: rgb(254,74,133); }
td.TdClassName
{
border-color: #FE4A85;
}
.TagClassName
{
border-color: #FE4A85;
}
</style>