Shades of French Rose #F84D80
Tints of French Rose #F84D80
RGB
CMYK
RGB Variations
Color information
#F84D80 (or 0xF84D80) is known color: French Rose. HEX triplet: F8, 4D and 80. RGB value is (248,77,128). Sum of RGB (Red+Green+Blue) = 248+77+128=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D80 is #07B27F. Grayscale: #858585. Windows color (decimal): -504448 or 8408568. OLE color: 8408568.
HSL color Cylindrical-coordinate representation of color #F84D80: hue angle of 342.11º 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 #F84D80 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 128 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.03 |
| HSL | 342.11º | 0.92% | 0.64% | - |
| HSV(B) | 342.11º | 0.69% | 0.97% | - |
| XYZ | 45.26 | 26.82 | 23.21 | - |
| YUV | 133.94 | 124.65 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 128 | 0 | 0.69 | 0.48 | 0.03 | 342.11 | 0.92 | 0.64 |
| Hex | F8 | 4D | 80 | 0 | 45 | 30 | 3 | 156 | 5C | 40 |
| Octal | 370 | 115 | 200 | 0 | 105 | 60 | 3 | 526 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10000000 | 0 | 1000101 | 110000 | 11 | 101010110 | 1011100 | 1000000 |
Color Harmonies of #F84D80
Complementary color
Monochromatic Colors of #F84D80
Black with #F84D80
Text Example
Text Example
White with #F84D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D80; }
p { color: rgb(248,77,128); }
H1.HeaderClassName
{
color: #F84D80;
}
.AnyTagClassName
{
color: #F84D80;
}
</style>
background-color css
<style>
a { background-color: #F84D80; }
a { background-color: rgb(248,77,128); }
div.DivClassName
{
background-color: #F84D80;
}
.BgClassName
{
background-color: #F84D80;
}
</style>
border-color css
<style>
span { border-color: #F84D80; }
span { border-color: rgb(248,77,128); }
td.TdClassName
{
border-color: #F84D80;
}
.TagClassName
{
border-color: #F84D80;
}
</style>