Shades of French Rose #F8487F
Tints of French Rose #F8487F
RGB
CMYK
RGB Variations
Color information
#F8487F (or 0xF8487F) is known color: French Rose. HEX triplet: F8, 48 and 7F. RGB value is (248,72,127). Sum of RGB (Red+Green+Blue) = 248+72+127=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8487F is #07B780. Grayscale: #828282. Windows color (decimal): -505729 or 8341752. OLE color: 8341752.
HSL color Cylindrical-coordinate representation of color #F8487F: hue angle of 341.25º 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 #F8487F is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 127 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.03 |
| HSL | 341.25º | 0.93% | 0.63% | - |
| HSV(B) | 341.25º | 0.71% | 0.97% | - |
| XYZ | 44.86 | 26.12 | 22.76 | - |
| YUV | 130.89 | 125.81 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 127 | 0 | 0.71 | 0.49 | 0.03 | 341.25 | 0.93 | 0.63 |
| Hex | F8 | 48 | 7F | 0 | 47 | 31 | 3 | 155 | 5D | 3F |
| Octal | 370 | 110 | 177 | 0 | 107 | 61 | 3 | 525 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1111111 | 0 | 1000111 | 110001 | 11 | 101010101 | 1011101 | 111111 |
Color Harmonies of #F8487F
Complementary color
Monochromatic Colors of #F8487F
Black with #F8487F
Text Example
Text Example
White with #F8487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8487F; }
p { color: rgb(248,72,127); }
H1.HeaderClassName
{
color: #F8487F;
}
.AnyTagClassName
{
color: #F8487F;
}
</style>
background-color css
<style>
a { background-color: #F8487F; }
a { background-color: rgb(248,72,127); }
div.DivClassName
{
background-color: #F8487F;
}
.BgClassName
{
background-color: #F8487F;
}
</style>
border-color css
<style>
span { border-color: #F8487F; }
span { border-color: rgb(248,72,127); }
td.TdClassName
{
border-color: #F8487F;
}
.TagClassName
{
border-color: #F8487F;
}
</style>