Shades of French Rose #FD487E
Tints of French Rose #FD487E
RGB
CMYK
RGB Variations
Color information
#FD487E (or 0xFD487E) is known color: French Rose. HEX triplet: FD, 48 and 7E. RGB value is (253,72,126). Sum of RGB (Red+Green+Blue) = 253+72+126=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD487E is #02B781. Grayscale: #848484. Windows color (decimal): -178050 or 8276221. OLE color: 8276221.
HSL color Cylindrical-coordinate representation of color #FD487E: hue angle of 342.1º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD487E is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 126 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.01 |
| HSL | 342.1º | 0.98% | 0.64% | - |
| HSV(B) | 342.1º | 0.72% | 0.99% | - |
| XYZ | 46.59 | 27.02 | 22.5 | - |
| YUV | 132.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 126 | 0 | 0.72 | 0.50 | 0.01 | 342.1 | 0.98 | 0.64 |
| Hex | FD | 48 | 7E | 0 | 48 | 32 | 1 | 156 | 62 | 40 |
| Octal | 375 | 110 | 176 | 0 | 110 | 62 | 1 | 526 | 142 | 100 |
| Binary | 11111101 | 1001000 | 1111110 | 0 | 1001000 | 110010 | 1 | 101010110 | 1100010 | 1000000 |
Color Harmonies of #FD487E
Complementary color
Monochromatic Colors of #FD487E
Black with #FD487E
Text Example
Text Example
White with #FD487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD487E; }
p { color: rgb(253,72,126); }
H1.HeaderClassName
{
color: #FD487E;
}
.AnyTagClassName
{
color: #FD487E;
}
</style>
background-color css
<style>
a { background-color: #FD487E; }
a { background-color: rgb(253,72,126); }
div.DivClassName
{
background-color: #FD487E;
}
.BgClassName
{
background-color: #FD487E;
}
</style>
border-color css
<style>
span { border-color: #FD487E; }
span { border-color: rgb(253,72,126); }
td.TdClassName
{
border-color: #FD487E;
}
.TagClassName
{
border-color: #FD487E;
}
</style>