Shades of French Rose #F84E80
Tints of French Rose #F84E80
RGB
CMYK
RGB Variations
Color information
#F84E80 (or 0xF84E80) is known color: French Rose. HEX triplet: F8, 4E and 80. RGB value is (248,78,128). Sum of RGB (Red+Green+Blue) = 248+78+128=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84E80 is #07B17F. Grayscale: #868686. Windows color (decimal): -504192 or 8408824. OLE color: 8408824.
HSL color Cylindrical-coordinate representation of color #F84E80: hue angle of 342.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 #F84E80 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 128 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.03 |
| HSL | 342.35º | 0.92% | 0.64% | - |
| HSV(B) | 342.35º | 0.69% | 0.97% | - |
| XYZ | 45.33 | 26.96 | 23.24 | - |
| YUV | 134.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 128 | 0 | 0.69 | 0.48 | 0.03 | 342.35 | 0.92 | 0.64 |
| Hex | F8 | 4E | 80 | 0 | 45 | 30 | 3 | 156 | 5C | 40 |
| Octal | 370 | 116 | 200 | 0 | 105 | 60 | 3 | 526 | 134 | 100 |
| Binary | 11111000 | 1001110 | 10000000 | 0 | 1000101 | 110000 | 11 | 101010110 | 1011100 | 1000000 |
Color Harmonies of #F84E80
Complementary color
Monochromatic Colors of #F84E80
Black with #F84E80
Text Example
Text Example
White with #F84E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E80; }
p { color: rgb(248,78,128); }
H1.HeaderClassName
{
color: #F84E80;
}
.AnyTagClassName
{
color: #F84E80;
}
</style>
background-color css
<style>
a { background-color: #F84E80; }
a { background-color: rgb(248,78,128); }
div.DivClassName
{
background-color: #F84E80;
}
.BgClassName
{
background-color: #F84E80;
}
</style>
border-color css
<style>
span { border-color: #F84E80; }
span { border-color: rgb(248,78,128); }
td.TdClassName
{
border-color: #F84E80;
}
.TagClassName
{
border-color: #F84E80;
}
</style>