Shades of French Rose #F8487C
Tints of French Rose #F8487C
RGB
CMYK
RGB Variations
Color information
#F8487C (or 0xF8487C) is known color: French Rose. HEX triplet: F8, 48 and 7C. RGB value is (248,72,124). Sum of RGB (Red+Green+Blue) = 248+72+124=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8487C is #07B783. Grayscale: #828282. Windows color (decimal): -505732 or 8145144. OLE color: 8145144.
HSL color Cylindrical-coordinate representation of color #F8487C: hue angle of 342.27º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8487C is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 124 | - |
| CMYK | 0 | 0.71 | 0.5 | 0.03 |
| HSL | 342.27º | 0.93% | 0.63% | - |
| HSV(B) | 342.27º | 0.71% | 0.97% | - |
| XYZ | 44.67 | 26.05 | 21.74 | - |
| YUV | 130.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 124 | 0 | 0.71 | 0.5 | 0.03 | 342.27 | 0.93 | 0.63 |
| Hex | F8 | 48 | 7C | 0 | 47 | 32 | 3 | 156 | 5D | 3F |
| Octal | 370 | 110 | 174 | 0 | 107 | 62 | 3 | 526 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1111100 | 0 | 1000111 | 110010 | 11 | 101010110 | 1011101 | 111111 |
Color Harmonies of #F8487C
Complementary color
Monochromatic Colors of #F8487C
Black with #F8487C
Text Example
Text Example
White with #F8487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8487C; }
p { color: rgb(248,72,124); }
H1.HeaderClassName
{
color: #F8487C;
}
.AnyTagClassName
{
color: #F8487C;
}
</style>
background-color css
<style>
a { background-color: #F8487C; }
a { background-color: rgb(248,72,124); }
div.DivClassName
{
background-color: #F8487C;
}
.BgClassName
{
background-color: #F8487C;
}
</style>
border-color css
<style>
span { border-color: #F8487C; }
span { border-color: rgb(248,72,124); }
td.TdClassName
{
border-color: #F8487C;
}
.TagClassName
{
border-color: #F8487C;
}
</style>