Shades of French Rose #FE4B81
Tints of French Rose #FE4B81
RGB
CMYK
RGB Variations
Color information
#FE4B81 (or 0xFE4B81) is known color: French Rose. HEX triplet: FE, 4B and 81. RGB value is (254,75,129). Sum of RGB (Red+Green+Blue) = 254+75+129=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4B81 is #01B47E. Grayscale: #868686. Windows color (decimal): -111743 or 8473598. OLE color: 8473598.
HSL color Cylindrical-coordinate representation of color #FE4B81: hue angle of 341.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4B81 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 129 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.00 |
| HSL | 341.9º | 0.99% | 0.65% | - |
| HSV(B) | 341.9º | 0.7% | 1% | - |
| XYZ | 47.35 | 27.69 | 23.62 | - |
| YUV | 134.68 | 124.8 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 129 | 0 | 0.70 | 0.49 | 0.00 | 341.9 | 0.99 | 0.65 |
| Hex | FE | 4B | 81 | 0 | 46 | 31 | 0 | 156 | 63 | 41 |
| Octal | 376 | 113 | 201 | 0 | 106 | 61 | 0 | 526 | 143 | 101 |
| Binary | 11111110 | 1001011 | 10000001 | 0 | 1000110 | 110001 | 0 | 101010110 | 1100011 | 1000001 |
Color Harmonies of #FE4B81
Complementary color
Monochromatic Colors of #FE4B81
Black with #FE4B81
Text Example
Text Example
White with #FE4B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B81; }
p { color: rgb(254,75,129); }
H1.HeaderClassName
{
color: #FE4B81;
}
.AnyTagClassName
{
color: #FE4B81;
}
</style>
background-color css
<style>
a { background-color: #FE4B81; }
a { background-color: rgb(254,75,129); }
div.DivClassName
{
background-color: #FE4B81;
}
.BgClassName
{
background-color: #FE4B81;
}
</style>
border-color css
<style>
span { border-color: #FE4B81; }
span { border-color: rgb(254,75,129); }
td.TdClassName
{
border-color: #FE4B81;
}
.TagClassName
{
border-color: #FE4B81;
}
</style>