Shades of French Rose #FD5A90
Tints of French Rose #FD5A90
RGB
CMYK
RGB Variations
Color information
#FD5A90 (or 0xFD5A90) is known color: French Rose. HEX triplet: FD, 5A and 90. RGB value is (253,90,144). Sum of RGB (Red+Green+Blue) = 253+90+144=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5A90 is #02A56F. Grayscale: #909090. Windows color (decimal): -173424 or 9460477. OLE color: 9460477.
HSL color Cylindrical-coordinate representation of color #FD5A90: hue angle of 340.12º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5A90 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 144 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.01 |
| HSL | 340.12º | 0.98% | 0.67% | - |
| HSV(B) | 340.12º | 0.64% | 0.99% | - |
| XYZ | 49.2 | 30.21 | 29.62 | - |
| YUV | 144.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 144 | 0 | 0.64 | 0.43 | 0.01 | 340.12 | 0.98 | 0.67 |
| Hex | FD | 5A | 90 | 0 | 40 | 2B | 1 | 154 | 62 | 43 |
| Octal | 375 | 132 | 220 | 0 | 100 | 53 | 1 | 524 | 142 | 103 |
| Binary | 11111101 | 1011010 | 10010000 | 0 | 1000000 | 101011 | 1 | 101010100 | 1100010 | 1000011 |
Color Harmonies of #FD5A90
Complementary color
Monochromatic Colors of #FD5A90
Black with #FD5A90
Text Example
Text Example
White with #FD5A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A90; }
p { color: rgb(253,90,144); }
H1.HeaderClassName
{
color: #FD5A90;
}
.AnyTagClassName
{
color: #FD5A90;
}
</style>
background-color css
<style>
a { background-color: #FD5A90; }
a { background-color: rgb(253,90,144); }
div.DivClassName
{
background-color: #FD5A90;
}
.BgClassName
{
background-color: #FD5A90;
}
</style>
border-color css
<style>
span { border-color: #FD5A90; }
span { border-color: rgb(253,90,144); }
td.TdClassName
{
border-color: #FD5A90;
}
.TagClassName
{
border-color: #FD5A90;
}
</style>