Shades of French Rose #F85091
Tints of French Rose #F85091
RGB
CMYK
RGB Variations
Color information
#F85091 (or 0xF85091) is known color: French Rose. HEX triplet: F8, 50 and 91. RGB value is (248,80,145). Sum of RGB (Red+Green+Blue) = 248+80+145=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F85091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85091 is #07AF6E. Grayscale: #898989. Windows color (decimal): -503663 or 9523448. OLE color: 9523448.
HSL color Cylindrical-coordinate representation of color #F85091: hue angle of 336.79º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F85091 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 145 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.03 |
| HSL | 336.79º | 0.92% | 0.64% | - |
| HSV(B) | 336.79º | 0.68% | 0.97% | - |
| XYZ | 46.69 | 27.74 | 29.68 | - |
| YUV | 137.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 145 | 0 | 0.68 | 0.42 | 0.03 | 336.79 | 0.92 | 0.64 |
| Hex | F8 | 50 | 91 | 0 | 44 | 2A | 3 | 151 | 5C | 40 |
| Octal | 370 | 120 | 221 | 0 | 104 | 52 | 3 | 521 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10010001 | 0 | 1000100 | 101010 | 11 | 101010001 | 1011100 | 1000000 |
Color Harmonies of #F85091
Complementary color
Monochromatic Colors of #F85091
Black with #F85091
Text Example
Text Example
White with #F85091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85091; }
p { color: rgb(248,80,145); }
H1.HeaderClassName
{
color: #F85091;
}
.AnyTagClassName
{
color: #F85091;
}
</style>
background-color css
<style>
a { background-color: #F85091; }
a { background-color: rgb(248,80,145); }
div.DivClassName
{
background-color: #F85091;
}
.BgClassName
{
background-color: #F85091;
}
</style>
border-color css
<style>
span { border-color: #F85091; }
span { border-color: rgb(248,80,145); }
td.TdClassName
{
border-color: #F85091;
}
.TagClassName
{
border-color: #F85091;
}
</style>