Shades of French Rose #FE487B
Tints of French Rose #FE487B
RGB
CMYK
RGB Variations
Color information
#FE487B (or 0xFE487B) is known color: French Rose. HEX triplet: FE, 48 and 7B. RGB value is (254,72,123). Sum of RGB (Red+Green+Blue) = 254+72+123=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE487B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE487B is #01B784. Grayscale: #848484. Windows color (decimal): -112517 or 8079614. OLE color: 8079614.
HSL color Cylindrical-coordinate representation of color #FE487B: hue angle of 343.19º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE487B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 123 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.00 |
| HSL | 343.19º | 0.99% | 0.64% | - |
| HSV(B) | 343.19º | 0.72% | 1% | - |
| XYZ | 46.77 | 27.14 | 21.51 | - |
| YUV | 132.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 123 | 0 | 0.72 | 0.52 | 0.00 | 343.19 | 0.99 | 0.64 |
| Hex | FE | 48 | 7B | 0 | 48 | 34 | 0 | 157 | 63 | 40 |
| Octal | 376 | 110 | 173 | 0 | 110 | 64 | 0 | 527 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1111011 | 0 | 1001000 | 110100 | 0 | 101010111 | 1100011 | 1000000 |
Color Harmonies of #FE487B
Complementary color
Monochromatic Colors of #FE487B
Black with #FE487B
Text Example
Text Example
White with #FE487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE487B; }
p { color: rgb(254,72,123); }
H1.HeaderClassName
{
color: #FE487B;
}
.AnyTagClassName
{
color: #FE487B;
}
</style>
background-color css
<style>
a { background-color: #FE487B; }
a { background-color: rgb(254,72,123); }
div.DivClassName
{
background-color: #FE487B;
}
.BgClassName
{
background-color: #FE487B;
}
</style>
border-color css
<style>
span { border-color: #FE487B; }
span { border-color: rgb(254,72,123); }
td.TdClassName
{
border-color: #FE487B;
}
.TagClassName
{
border-color: #FE487B;
}
</style>