Shades of French Rose #F84E86
Tints of French Rose #F84E86
RGB
CMYK
RGB Variations
Color information
#F84E86 (or 0xF84E86) is known color: French Rose. HEX triplet: F8, 4E and 86. RGB value is (248,78,134). Sum of RGB (Red+Green+Blue) = 248+78+134=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84E86 is #07B179. Grayscale: #878787. Windows color (decimal): -504186 or 8802040. OLE color: 8802040.
HSL color Cylindrical-coordinate representation of color #F84E86: hue angle of 340.24º 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 #F84E86 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 134 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.03 |
| HSL | 340.24º | 0.92% | 0.64% | - |
| HSV(B) | 340.24º | 0.69% | 0.97% | - |
| XYZ | 45.74 | 27.13 | 25.38 | - |
| YUV | 135.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 134 | 0 | 0.69 | 0.46 | 0.03 | 340.24 | 0.92 | 0.64 |
| Hex | F8 | 4E | 86 | 0 | 45 | 2E | 3 | 154 | 5C | 40 |
| Octal | 370 | 116 | 206 | 0 | 105 | 56 | 3 | 524 | 134 | 100 |
| Binary | 11111000 | 1001110 | 10000110 | 0 | 1000101 | 101110 | 11 | 101010100 | 1011100 | 1000000 |
Color Harmonies of #F84E86
Complementary color
Monochromatic Colors of #F84E86
Black with #F84E86
Text Example
Text Example
White with #F84E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E86; }
p { color: rgb(248,78,134); }
H1.HeaderClassName
{
color: #F84E86;
}
.AnyTagClassName
{
color: #F84E86;
}
</style>
background-color css
<style>
a { background-color: #F84E86; }
a { background-color: rgb(248,78,134); }
div.DivClassName
{
background-color: #F84E86;
}
.BgClassName
{
background-color: #F84E86;
}
</style>
border-color css
<style>
span { border-color: #F84E86; }
span { border-color: rgb(248,78,134); }
td.TdClassName
{
border-color: #F84E86;
}
.TagClassName
{
border-color: #F84E86;
}
</style>