Shades of French Rose #F84E81
Tints of French Rose #F84E81
RGB
CMYK
RGB Variations
Color information
#F84E81 (or 0xF84E81) is known color: French Rose. HEX triplet: F8, 4E and 81. RGB value is (248,78,129). Sum of RGB (Red+Green+Blue) = 248+78+129=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84E81 is #07B17E. Grayscale: #868686. Windows color (decimal): -504191 or 8474360. OLE color: 8474360.
HSL color Cylindrical-coordinate representation of color #F84E81: hue angle of 342º 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 #F84E81 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 129 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.03 |
| HSL | 342º | 0.92% | 0.64% | - |
| HSV(B) | 342º | 0.69% | 0.97% | - |
| XYZ | 45.4 | 26.99 | 23.59 | - |
| YUV | 134.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 129 | 0 | 0.69 | 0.48 | 0.03 | 342 | 0.92 | 0.64 |
| Hex | F8 | 4E | 81 | 0 | 45 | 30 | 3 | 156 | 5C | 40 |
| Octal | 370 | 116 | 201 | 0 | 105 | 60 | 3 | 526 | 134 | 100 |
| Binary | 11111000 | 1001110 | 10000001 | 0 | 1000101 | 110000 | 11 | 101010110 | 1011100 | 1000000 |
Color Harmonies of #F84E81
Complementary color
Monochromatic Colors of #F84E81
Black with #F84E81
Text Example
Text Example
White with #F84E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E81; }
p { color: rgb(248,78,129); }
H1.HeaderClassName
{
color: #F84E81;
}
.AnyTagClassName
{
color: #F84E81;
}
</style>
background-color css
<style>
a { background-color: #F84E81; }
a { background-color: rgb(248,78,129); }
div.DivClassName
{
background-color: #F84E81;
}
.BgClassName
{
background-color: #F84E81;
}
</style>
border-color css
<style>
span { border-color: #F84E81; }
span { border-color: rgb(248,78,129); }
td.TdClassName
{
border-color: #F84E81;
}
.TagClassName
{
border-color: #F84E81;
}
</style>