Shades of French Rose #FE4B83
Tints of French Rose #FE4B83
RGB
CMYK
RGB Variations
Color information
#FE4B83 (or 0xFE4B83) is known color: French Rose. HEX triplet: FE, 4B and 83. RGB value is (254,75,131). Sum of RGB (Red+Green+Blue) = 254+75+131=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4B83 is #01B47C. Grayscale: #868686. Windows color (decimal): -111741 or 8604670. OLE color: 8604670.
HSL color Cylindrical-coordinate representation of color #FE4B83: hue angle of 341.23º 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 #FE4B83 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 131 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.00 |
| HSL | 341.23º | 0.99% | 0.65% | - |
| HSV(B) | 341.23º | 0.7% | 1% | - |
| XYZ | 47.49 | 27.74 | 24.32 | - |
| YUV | 134.91 | 125.8 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 131 | 0 | 0.70 | 0.48 | 0.00 | 341.23 | 0.99 | 0.65 |
| Hex | FE | 4B | 83 | 0 | 46 | 30 | 0 | 155 | 63 | 41 |
| Octal | 376 | 113 | 203 | 0 | 106 | 60 | 0 | 525 | 143 | 101 |
| Binary | 11111110 | 1001011 | 10000011 | 0 | 1000110 | 110000 | 0 | 101010101 | 1100011 | 1000001 |
Color Harmonies of #FE4B83
Complementary color
Monochromatic Colors of #FE4B83
Black with #FE4B83
Text Example
Text Example
White with #FE4B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B83; }
p { color: rgb(254,75,131); }
H1.HeaderClassName
{
color: #FE4B83;
}
.AnyTagClassName
{
color: #FE4B83;
}
</style>
background-color css
<style>
a { background-color: #FE4B83; }
a { background-color: rgb(254,75,131); }
div.DivClassName
{
background-color: #FE4B83;
}
.BgClassName
{
background-color: #FE4B83;
}
</style>
border-color css
<style>
span { border-color: #FE4B83; }
span { border-color: rgb(254,75,131); }
td.TdClassName
{
border-color: #FE4B83;
}
.TagClassName
{
border-color: #FE4B83;
}
</style>