Shades of French Rose #F84D83
Tints of French Rose #F84D83
RGB
CMYK
RGB Variations
Color information
#F84D83 (or 0xF84D83) is known color: French Rose. HEX triplet: F8, 4D and 83. RGB value is (248,77,131). Sum of RGB (Red+Green+Blue) = 248+77+131=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D83 is #07B27C. Grayscale: #868686. Windows color (decimal): -504445 or 8605176. OLE color: 8605176.
HSL color Cylindrical-coordinate representation of color #F84D83: hue angle of 341.05º 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 #F84D83 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 131 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.03 |
| HSL | 341.05º | 0.92% | 0.64% | - |
| HSV(B) | 341.05º | 0.69% | 0.97% | - |
| XYZ | 45.46 | 26.9 | 24.27 | - |
| YUV | 134.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 131 | 0 | 0.69 | 0.47 | 0.03 | 341.05 | 0.92 | 0.64 |
| Hex | F8 | 4D | 83 | 0 | 45 | 2F | 3 | 155 | 5C | 40 |
| Octal | 370 | 115 | 203 | 0 | 105 | 57 | 3 | 525 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10000011 | 0 | 1000101 | 101111 | 11 | 101010101 | 1011100 | 1000000 |
Color Harmonies of #F84D83
Complementary color
Monochromatic Colors of #F84D83
Black with #F84D83
Text Example
Text Example
White with #F84D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D83; }
p { color: rgb(248,77,131); }
H1.HeaderClassName
{
color: #F84D83;
}
.AnyTagClassName
{
color: #F84D83;
}
</style>
background-color css
<style>
a { background-color: #F84D83; }
a { background-color: rgb(248,77,131); }
div.DivClassName
{
background-color: #F84D83;
}
.BgClassName
{
background-color: #F84D83;
}
</style>
border-color css
<style>
span { border-color: #F84D83; }
span { border-color: rgb(248,77,131); }
td.TdClassName
{
border-color: #F84D83;
}
.TagClassName
{
border-color: #F84D83;
}
</style>