Shades of French Rose #F84D85
Tints of French Rose #F84D85
RGB
CMYK
RGB Variations
Color information
#F84D85 (or 0xF84D85) is known color: French Rose. HEX triplet: F8, 4D and 85. RGB value is (248,77,133). Sum of RGB (Red+Green+Blue) = 248+77+133=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D85 is #07B27A. Grayscale: #868686. Windows color (decimal): -504443 or 8736248. OLE color: 8736248.
HSL color Cylindrical-coordinate representation of color #F84D85: hue angle of 340.35º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84D85 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 133 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.03 |
| HSL | 340.35º | 0.92% | 0.64% | - |
| HSV(B) | 340.35º | 0.69% | 0.97% | - |
| XYZ | 45.6 | 26.96 | 24.99 | - |
| YUV | 134.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 133 | 0 | 0.69 | 0.46 | 0.03 | 340.35 | 0.92 | 0.64 |
| Hex | F8 | 4D | 85 | 0 | 45 | 2E | 3 | 154 | 5C | 40 |
| Octal | 370 | 115 | 205 | 0 | 105 | 56 | 3 | 524 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10000101 | 0 | 1000101 | 101110 | 11 | 101010100 | 1011100 | 1000000 |
Color Harmonies of #F84D85
Complementary color
Monochromatic Colors of #F84D85
Black with #F84D85
Text Example
Text Example
White with #F84D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D85; }
p { color: rgb(248,77,133); }
H1.HeaderClassName
{
color: #F84D85;
}
.AnyTagClassName
{
color: #F84D85;
}
</style>
background-color css
<style>
a { background-color: #F84D85; }
a { background-color: rgb(248,77,133); }
div.DivClassName
{
background-color: #F84D85;
}
.BgClassName
{
background-color: #F84D85;
}
</style>
border-color css
<style>
span { border-color: #F84D85; }
span { border-color: rgb(248,77,133); }
td.TdClassName
{
border-color: #F84D85;
}
.TagClassName
{
border-color: #F84D85;
}
</style>