Shades of French Rose #FD497B
Tints of French Rose #FD497B
RGB
CMYK
RGB Variations
Color information
#FD497B (or 0xFD497B) is known color: French Rose. HEX triplet: FD, 49 and 7B. RGB value is (253,73,123). Sum of RGB (Red+Green+Blue) = 253+73+123=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD497B is #02B684. Grayscale: #848484. Windows color (decimal): -177797 or 8079869. OLE color: 8079869.
HSL color Cylindrical-coordinate representation of color #FD497B: hue angle of 343.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD497B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 123 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.01 |
| HSL | 343.33º | 0.98% | 0.64% | - |
| HSV(B) | 343.33º | 0.71% | 0.99% | - |
| XYZ | 46.47 | 27.08 | 21.52 | - |
| YUV | 132.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 123 | 0 | 0.71 | 0.51 | 0.01 | 343.33 | 0.98 | 0.64 |
| Hex | FD | 49 | 7B | 0 | 47 | 33 | 1 | 157 | 62 | 40 |
| Octal | 375 | 111 | 173 | 0 | 107 | 63 | 1 | 527 | 142 | 100 |
| Binary | 11111101 | 1001001 | 1111011 | 0 | 1000111 | 110011 | 1 | 101010111 | 1100010 | 1000000 |
Color Harmonies of #FD497B
Complementary color
Monochromatic Colors of #FD497B
Black with #FD497B
Text Example
Text Example
White with #FD497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD497B; }
p { color: rgb(253,73,123); }
H1.HeaderClassName
{
color: #FD497B;
}
.AnyTagClassName
{
color: #FD497B;
}
</style>
background-color css
<style>
a { background-color: #FD497B; }
a { background-color: rgb(253,73,123); }
div.DivClassName
{
background-color: #FD497B;
}
.BgClassName
{
background-color: #FD497B;
}
</style>
border-color css
<style>
span { border-color: #FD497B; }
span { border-color: rgb(253,73,123); }
td.TdClassName
{
border-color: #FD497B;
}
.TagClassName
{
border-color: #FD497B;
}
</style>