Shades of French Rose #F85289
Tints of French Rose #F85289
RGB
CMYK
RGB Variations
Color information
#F85289 (or 0xF85289) is known color: French Rose. HEX triplet: F8, 52 and 89. RGB value is (248,82,137). Sum of RGB (Red+Green+Blue) = 248+82+137=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F85289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85289 is #07AD76. Grayscale: #898989. Windows color (decimal): -503159 or 8999672. OLE color: 8999672.
HSL color Cylindrical-coordinate representation of color #F85289: hue angle of 340.12º 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 #F85289 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 137 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.03 |
| HSL | 340.12º | 0.92% | 0.65% | - |
| HSV(B) | 340.12º | 0.67% | 0.97% | - |
| XYZ | 46.24 | 27.8 | 26.59 | - |
| YUV | 137.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 137 | 0 | 0.67 | 0.45 | 0.03 | 340.12 | 0.92 | 0.65 |
| Hex | F8 | 52 | 89 | 0 | 43 | 2D | 3 | 154 | 5C | 41 |
| Octal | 370 | 122 | 211 | 0 | 103 | 55 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10001001 | 0 | 1000011 | 101101 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F85289
Complementary color
Monochromatic Colors of #F85289
Black with #F85289
Text Example
Text Example
White with #F85289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85289; }
p { color: rgb(248,82,137); }
H1.HeaderClassName
{
color: #F85289;
}
.AnyTagClassName
{
color: #F85289;
}
</style>
background-color css
<style>
a { background-color: #F85289; }
a { background-color: rgb(248,82,137); }
div.DivClassName
{
background-color: #F85289;
}
.BgClassName
{
background-color: #F85289;
}
</style>
border-color css
<style>
span { border-color: #F85289; }
span { border-color: rgb(248,82,137); }
td.TdClassName
{
border-color: #F85289;
}
.TagClassName
{
border-color: #F85289;
}
</style>