Shades of French Rose #F8518A
Tints of French Rose #F8518A
RGB
CMYK
RGB Variations
Color information
#F8518A (or 0xF8518A) is known color: French Rose. HEX triplet: F8, 51 and 8A. RGB value is (248,81,138). Sum of RGB (Red+Green+Blue) = 248+81+138=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8518A is #07AE75. Grayscale: #898989. Windows color (decimal): -503414 or 9064952. OLE color: 9064952.
HSL color Cylindrical-coordinate representation of color #F8518A: hue angle of 339.52º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8518A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 138 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.03 |
| HSL | 339.52º | 0.92% | 0.65% | - |
| HSV(B) | 339.52º | 0.67% | 0.97% | - |
| XYZ | 46.24 | 27.68 | 26.95 | - |
| YUV | 137.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 138 | 0 | 0.67 | 0.44 | 0.03 | 339.52 | 0.92 | 0.65 |
| Hex | F8 | 51 | 8A | 0 | 43 | 2C | 3 | 154 | 5C | 41 |
| Octal | 370 | 121 | 212 | 0 | 103 | 54 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010001 | 10001010 | 0 | 1000011 | 101100 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F8518A
Complementary color
Monochromatic Colors of #F8518A
Black with #F8518A
Text Example
Text Example
White with #F8518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8518A; }
p { color: rgb(248,81,138); }
H1.HeaderClassName
{
color: #F8518A;
}
.AnyTagClassName
{
color: #F8518A;
}
</style>
background-color css
<style>
a { background-color: #F8518A; }
a { background-color: rgb(248,81,138); }
div.DivClassName
{
background-color: #F8518A;
}
.BgClassName
{
background-color: #F8518A;
}
</style>
border-color css
<style>
span { border-color: #F8518A; }
span { border-color: rgb(248,81,138); }
td.TdClassName
{
border-color: #F8518A;
}
.TagClassName
{
border-color: #F8518A;
}
</style>