Shades of French Rose #FD4A81
Tints of French Rose #FD4A81
RGB
CMYK
RGB Variations
Color information
#FD4A81 (or 0xFD4A81) is known color: French Rose. HEX triplet: FD, 4A and 81. RGB value is (253,74,129). Sum of RGB (Red+Green+Blue) = 253+74+129=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4A81 is #02B57E. Grayscale: #858585. Windows color (decimal): -177535 or 8473341. OLE color: 8473341.
HSL color Cylindrical-coordinate representation of color #FD4A81: hue angle of 341.56º 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 #FD4A81 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 129 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.01 |
| HSL | 341.56º | 0.98% | 0.64% | - |
| HSV(B) | 341.56º | 0.71% | 0.99% | - |
| XYZ | 46.92 | 27.37 | 23.58 | - |
| YUV | 133.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 129 | 0 | 0.71 | 0.49 | 0.01 | 341.56 | 0.98 | 0.64 |
| Hex | FD | 4A | 81 | 0 | 47 | 31 | 1 | 156 | 62 | 40 |
| Octal | 375 | 112 | 201 | 0 | 107 | 61 | 1 | 526 | 142 | 100 |
| Binary | 11111101 | 1001010 | 10000001 | 0 | 1000111 | 110001 | 1 | 101010110 | 1100010 | 1000000 |
Color Harmonies of #FD4A81
Complementary color
Monochromatic Colors of #FD4A81
Black with #FD4A81
Text Example
Text Example
White with #FD4A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A81; }
p { color: rgb(253,74,129); }
H1.HeaderClassName
{
color: #FD4A81;
}
.AnyTagClassName
{
color: #FD4A81;
}
</style>
background-color css
<style>
a { background-color: #FD4A81; }
a { background-color: rgb(253,74,129); }
div.DivClassName
{
background-color: #FD4A81;
}
.BgClassName
{
background-color: #FD4A81;
}
</style>
border-color css
<style>
span { border-color: #FD4A81; }
span { border-color: rgb(253,74,129); }
td.TdClassName
{
border-color: #FD4A81;
}
.TagClassName
{
border-color: #FD4A81;
}
</style>