Shades of French Rose #FE4F89
Tints of French Rose #FE4F89
RGB
CMYK
RGB Variations
Color information
#FE4F89 (or 0xFE4F89) is known color: French Rose. HEX triplet: FE, 4F and 89. RGB value is (254,79,137). Sum of RGB (Red+Green+Blue) = 254+79+137=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F89 is #01B076. Grayscale: #898989. Windows color (decimal): -110711 or 8998910. OLE color: 8998910.
HSL color Cylindrical-coordinate representation of color #FE4F89: hue angle of 340.11º 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 #FE4F89 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 137 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.00 |
| HSL | 340.11º | 0.99% | 0.65% | - |
| HSV(B) | 340.11º | 0.69% | 1% | - |
| XYZ | 48.18 | 28.47 | 26.62 | - |
| YUV | 137.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 137 | 0 | 0.69 | 0.46 | 0.00 | 340.11 | 0.99 | 0.65 |
| Hex | FE | 4F | 89 | 0 | 45 | 2E | 0 | 154 | 63 | 41 |
| Octal | 376 | 117 | 211 | 0 | 105 | 56 | 0 | 524 | 143 | 101 |
| Binary | 11111110 | 1001111 | 10001001 | 0 | 1000101 | 101110 | 0 | 101010100 | 1100011 | 1000001 |
Color Harmonies of #FE4F89
Complementary color
Monochromatic Colors of #FE4F89
Black with #FE4F89
Text Example
Text Example
White with #FE4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F89; }
p { color: rgb(254,79,137); }
H1.HeaderClassName
{
color: #FE4F89;
}
.AnyTagClassName
{
color: #FE4F89;
}
</style>
background-color css
<style>
a { background-color: #FE4F89; }
a { background-color: rgb(254,79,137); }
div.DivClassName
{
background-color: #FE4F89;
}
.BgClassName
{
background-color: #FE4F89;
}
</style>
border-color css
<style>
span { border-color: #FE4F89; }
span { border-color: rgb(254,79,137); }
td.TdClassName
{
border-color: #FE4F89;
}
.TagClassName
{
border-color: #FE4F89;
}
</style>