Shades of French Rose #F84D88
Tints of French Rose #F84D88
RGB
CMYK
RGB Variations
Color information
#F84D88 (or 0xF84D88) is known color: French Rose. HEX triplet: F8, 4D and 88. RGB value is (248,77,136). Sum of RGB (Red+Green+Blue) = 248+77+136=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D88 is #07B277. Grayscale: #868686. Windows color (decimal): -504440 or 8932856. OLE color: 8932856.
HSL color Cylindrical-coordinate representation of color #F84D88: hue angle of 339.3º 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 #F84D88 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 136 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.03 |
| HSL | 339.3º | 0.92% | 0.64% | - |
| HSV(B) | 339.3º | 0.69% | 0.97% | - |
| XYZ | 45.81 | 27.04 | 26.1 | - |
| YUV | 134.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 136 | 0 | 0.69 | 0.45 | 0.03 | 339.3 | 0.92 | 0.64 |
| Hex | F8 | 4D | 88 | 0 | 45 | 2D | 3 | 153 | 5C | 40 |
| Octal | 370 | 115 | 210 | 0 | 105 | 55 | 3 | 523 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10001000 | 0 | 1000101 | 101101 | 11 | 101010011 | 1011100 | 1000000 |
Color Harmonies of #F84D88
Complementary color
Monochromatic Colors of #F84D88
Black with #F84D88
Text Example
Text Example
White with #F84D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D88; }
p { color: rgb(248,77,136); }
H1.HeaderClassName
{
color: #F84D88;
}
.AnyTagClassName
{
color: #F84D88;
}
</style>
background-color css
<style>
a { background-color: #F84D88; }
a { background-color: rgb(248,77,136); }
div.DivClassName
{
background-color: #F84D88;
}
.BgClassName
{
background-color: #F84D88;
}
</style>
border-color css
<style>
span { border-color: #F84D88; }
span { border-color: rgb(248,77,136); }
td.TdClassName
{
border-color: #F84D88;
}
.TagClassName
{
border-color: #F84D88;
}
</style>