Shades of French Rose #F84C80
Tints of French Rose #F84C80
RGB
CMYK
RGB Variations
Color information
#F84C80 (or 0xF84C80) is known color: French Rose. HEX triplet: F8, 4C and 80. RGB value is (248,76,128). Sum of RGB (Red+Green+Blue) = 248+76+128=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84C80 is #07B37F. Grayscale: #858585. Windows color (decimal): -504704 or 8408312. OLE color: 8408312.
HSL color Cylindrical-coordinate representation of color #F84C80: hue angle of 341.86º 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 #F84C80 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 128 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.03 |
| HSL | 341.86º | 0.92% | 0.64% | - |
| HSV(B) | 341.86º | 0.69% | 0.97% | - |
| XYZ | 45.19 | 26.68 | 23.19 | - |
| YUV | 133.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 128 | 0 | 0.69 | 0.48 | 0.03 | 341.86 | 0.92 | 0.64 |
| Hex | F8 | 4C | 80 | 0 | 45 | 30 | 3 | 156 | 5C | 40 |
| Octal | 370 | 114 | 200 | 0 | 105 | 60 | 3 | 526 | 134 | 100 |
| Binary | 11111000 | 1001100 | 10000000 | 0 | 1000101 | 110000 | 11 | 101010110 | 1011100 | 1000000 |
Color Harmonies of #F84C80
Complementary color
Monochromatic Colors of #F84C80
Black with #F84C80
Text Example
Text Example
White with #F84C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C80; }
p { color: rgb(248,76,128); }
H1.HeaderClassName
{
color: #F84C80;
}
.AnyTagClassName
{
color: #F84C80;
}
</style>
background-color css
<style>
a { background-color: #F84C80; }
a { background-color: rgb(248,76,128); }
div.DivClassName
{
background-color: #F84C80;
}
.BgClassName
{
background-color: #F84C80;
}
</style>
border-color css
<style>
span { border-color: #F84C80; }
span { border-color: rgb(248,76,128); }
td.TdClassName
{
border-color: #F84C80;
}
.TagClassName
{
border-color: #F84C80;
}
</style>