Shades of French Rose #FD5282
Tints of French Rose #FD5282
RGB
CMYK
RGB Variations
Color information
#FD5282 (or 0xFD5282) is known color: French Rose. HEX triplet: FD, 52 and 82. RGB value is (253,82,130). Sum of RGB (Red+Green+Blue) = 253+82+130=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5282 is #02AD7D. Grayscale: #8A8A8A. Windows color (decimal): -175486 or 8540925. OLE color: 8540925.
HSL color Cylindrical-coordinate representation of color #FD5282: hue angle of 343.16º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5282 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 130 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.01 |
| HSL | 343.16º | 0.98% | 0.66% | - |
| HSV(B) | 343.16º | 0.68% | 0.99% | - |
| XYZ | 47.55 | 28.53 | 24.12 | - |
| YUV | 138.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 130 | 0 | 0.68 | 0.49 | 0.01 | 343.16 | 0.98 | 0.66 |
| Hex | FD | 52 | 82 | 0 | 44 | 31 | 1 | 157 | 62 | 42 |
| Octal | 375 | 122 | 202 | 0 | 104 | 61 | 1 | 527 | 142 | 102 |
| Binary | 11111101 | 1010010 | 10000010 | 0 | 1000100 | 110001 | 1 | 101010111 | 1100010 | 1000010 |
Color Harmonies of #FD5282
Complementary color
Monochromatic Colors of #FD5282
Black with #FD5282
Text Example
Text Example
White with #FD5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5282; }
p { color: rgb(253,82,130); }
H1.HeaderClassName
{
color: #FD5282;
}
.AnyTagClassName
{
color: #FD5282;
}
</style>
background-color css
<style>
a { background-color: #FD5282; }
a { background-color: rgb(253,82,130); }
div.DivClassName
{
background-color: #FD5282;
}
.BgClassName
{
background-color: #FD5282;
}
</style>
border-color css
<style>
span { border-color: #FD5282; }
span { border-color: rgb(253,82,130); }
td.TdClassName
{
border-color: #FD5282;
}
.TagClassName
{
border-color: #FD5282;
}
</style>