Shades of French Rose #F84D82
Tints of French Rose #F84D82
RGB
CMYK
RGB Variations
Color information
#F84D82 (or 0xF84D82) is known color: French Rose. HEX triplet: F8, 4D and 82. RGB value is (248,77,130). Sum of RGB (Red+Green+Blue) = 248+77+130=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D82 is #07B27D. Grayscale: #868686. Windows color (decimal): -504446 or 8539640. OLE color: 8539640.
HSL color Cylindrical-coordinate representation of color #F84D82: hue angle of 341.4º 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 #F84D82 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 130 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.03 |
| HSL | 341.4º | 0.92% | 0.64% | - |
| HSV(B) | 341.4º | 0.69% | 0.97% | - |
| XYZ | 45.39 | 26.88 | 23.91 | - |
| YUV | 134.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 130 | 0 | 0.69 | 0.48 | 0.03 | 341.4 | 0.92 | 0.64 |
| Hex | F8 | 4D | 82 | 0 | 45 | 30 | 3 | 155 | 5C | 40 |
| Octal | 370 | 115 | 202 | 0 | 105 | 60 | 3 | 525 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10000010 | 0 | 1000101 | 110000 | 11 | 101010101 | 1011100 | 1000000 |
Color Harmonies of #F84D82
Complementary color
Monochromatic Colors of #F84D82
Black with #F84D82
Text Example
Text Example
White with #F84D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D82; }
p { color: rgb(248,77,130); }
H1.HeaderClassName
{
color: #F84D82;
}
.AnyTagClassName
{
color: #F84D82;
}
</style>
background-color css
<style>
a { background-color: #F84D82; }
a { background-color: rgb(248,77,130); }
div.DivClassName
{
background-color: #F84D82;
}
.BgClassName
{
background-color: #F84D82;
}
</style>
border-color css
<style>
span { border-color: #F84D82; }
span { border-color: rgb(248,77,130); }
td.TdClassName
{
border-color: #F84D82;
}
.TagClassName
{
border-color: #F84D82;
}
</style>