Shades of French Rose #FD4D8A
Tints of French Rose #FD4D8A
RGB
CMYK
RGB Variations
Color information
#FD4D8A (or 0xFD4D8A) is known color: French Rose. HEX triplet: FD, 4D and 8A. RGB value is (253,77,138). Sum of RGB (Red+Green+Blue) = 253+77+138=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4D8A is #02B275. Grayscale: #888888. Windows color (decimal): -176758 or 9063933. OLE color: 9063933.
HSL color Cylindrical-coordinate representation of color #FD4D8A: hue angle of 339.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4D8A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 138 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.01 |
| HSL | 339.2º | 0.98% | 0.65% | - |
| HSV(B) | 339.2º | 0.7% | 0.99% | - |
| XYZ | 47.75 | 28.03 | 26.94 | - |
| YUV | 136.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 138 | 0 | 0.70 | 0.45 | 0.01 | 339.2 | 0.98 | 0.65 |
| Hex | FD | 4D | 8A | 0 | 46 | 2D | 1 | 153 | 62 | 41 |
| Octal | 375 | 115 | 212 | 0 | 106 | 55 | 1 | 523 | 142 | 101 |
| Binary | 11111101 | 1001101 | 10001010 | 0 | 1000110 | 101101 | 1 | 101010011 | 1100010 | 1000001 |
Color Harmonies of #FD4D8A
Complementary color
Monochromatic Colors of #FD4D8A
Black with #FD4D8A
Text Example
Text Example
White with #FD4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D8A; }
p { color: rgb(253,77,138); }
H1.HeaderClassName
{
color: #FD4D8A;
}
.AnyTagClassName
{
color: #FD4D8A;
}
</style>
background-color css
<style>
a { background-color: #FD4D8A; }
a { background-color: rgb(253,77,138); }
div.DivClassName
{
background-color: #FD4D8A;
}
.BgClassName
{
background-color: #FD4D8A;
}
</style>
border-color css
<style>
span { border-color: #FD4D8A; }
span { border-color: rgb(253,77,138); }
td.TdClassName
{
border-color: #FD4D8A;
}
.TagClassName
{
border-color: #FD4D8A;
}
</style>