Shades of French Rose #FE487D
Tints of French Rose #FE487D
RGB
CMYK
RGB Variations
Color information
#FE487D (or 0xFE487D) is known color: French Rose. HEX triplet: FE, 48 and 7D. RGB value is (254,72,125). Sum of RGB (Red+Green+Blue) = 254+72+125=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE487D is #01B782. Grayscale: #848484. Windows color (decimal): -112515 or 8210686. OLE color: 8210686.
HSL color Cylindrical-coordinate representation of color #FE487D: hue angle of 342.53º 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 #FE487D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 125 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.00 |
| HSL | 342.53º | 0.99% | 0.64% | - |
| HSV(B) | 342.53º | 0.72% | 1% | - |
| XYZ | 46.89 | 27.19 | 22.18 | - |
| YUV | 132.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 125 | 0 | 0.72 | 0.51 | 0.00 | 342.53 | 0.99 | 0.64 |
| Hex | FE | 48 | 7D | 0 | 48 | 33 | 0 | 157 | 63 | 40 |
| Octal | 376 | 110 | 175 | 0 | 110 | 63 | 0 | 527 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1111101 | 0 | 1001000 | 110011 | 0 | 101010111 | 1100011 | 1000000 |
Color Harmonies of #FE487D
Complementary color
Monochromatic Colors of #FE487D
Black with #FE487D
Text Example
Text Example
White with #FE487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE487D; }
p { color: rgb(254,72,125); }
H1.HeaderClassName
{
color: #FE487D;
}
.AnyTagClassName
{
color: #FE487D;
}
</style>
background-color css
<style>
a { background-color: #FE487D; }
a { background-color: rgb(254,72,125); }
div.DivClassName
{
background-color: #FE487D;
}
.BgClassName
{
background-color: #FE487D;
}
</style>
border-color css
<style>
span { border-color: #FE487D; }
span { border-color: rgb(254,72,125); }
td.TdClassName
{
border-color: #FE487D;
}
.TagClassName
{
border-color: #FE487D;
}
</style>