Shades of French Rose #FD5085
Tints of French Rose #FD5085
RGB
CMYK
RGB Variations
Color information
#FD5085 (or 0xFD5085) is known color: French Rose. HEX triplet: FD, 50 and 85. RGB value is (253,80,133). Sum of RGB (Red+Green+Blue) = 253+80+133=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5085 is #02AF7A. Grayscale: #898989. Windows color (decimal): -175995 or 8737021. OLE color: 8737021.
HSL color Cylindrical-coordinate representation of color #FD5085: hue angle of 341.62º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5085 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 133 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.01 |
| HSL | 341.62º | 0.98% | 0.65% | - |
| HSV(B) | 341.62º | 0.68% | 0.99% | - |
| XYZ | 47.61 | 28.31 | 25.15 | - |
| YUV | 137.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 133 | 0 | 0.68 | 0.47 | 0.01 | 341.62 | 0.98 | 0.65 |
| Hex | FD | 50 | 85 | 0 | 44 | 2F | 1 | 156 | 62 | 41 |
| Octal | 375 | 120 | 205 | 0 | 104 | 57 | 1 | 526 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10000101 | 0 | 1000100 | 101111 | 1 | 101010110 | 1100010 | 1000001 |
Color Harmonies of #FD5085
Complementary color
Monochromatic Colors of #FD5085
Black with #FD5085
Text Example
Text Example
White with #FD5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5085; }
p { color: rgb(253,80,133); }
H1.HeaderClassName
{
color: #FD5085;
}
.AnyTagClassName
{
color: #FD5085;
}
</style>
background-color css
<style>
a { background-color: #FD5085; }
a { background-color: rgb(253,80,133); }
div.DivClassName
{
background-color: #FD5085;
}
.BgClassName
{
background-color: #FD5085;
}
</style>
border-color css
<style>
span { border-color: #FD5085; }
span { border-color: rgb(253,80,133); }
td.TdClassName
{
border-color: #FD5085;
}
.TagClassName
{
border-color: #FD5085;
}
</style>