Shades of French Rose #F85185
Tints of French Rose #F85185
RGB
CMYK
RGB Variations
Color information
#F85185 (or 0xF85185) is known color: French Rose. HEX triplet: F8, 51 and 85. RGB value is (248,81,133). Sum of RGB (Red+Green+Blue) = 248+81+133=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F85185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85185 is #07AE7A. Grayscale: #888888. Windows color (decimal): -503419 or 8737272. OLE color: 8737272.
HSL color Cylindrical-coordinate representation of color #F85185: hue angle of 341.32º 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 #F85185 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 133 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.03 |
| HSL | 341.32º | 0.92% | 0.65% | - |
| HSV(B) | 341.32º | 0.67% | 0.97% | - |
| XYZ | 45.89 | 27.53 | 25.09 | - |
| YUV | 136.86 | 125.83 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 133 | 0 | 0.67 | 0.46 | 0.03 | 341.32 | 0.92 | 0.65 |
| Hex | F8 | 51 | 85 | 0 | 43 | 2E | 3 | 155 | 5C | 41 |
| Octal | 370 | 121 | 205 | 0 | 103 | 56 | 3 | 525 | 134 | 101 |
| Binary | 11111000 | 1010001 | 10000101 | 0 | 1000011 | 101110 | 11 | 101010101 | 1011100 | 1000001 |
Color Harmonies of #F85185
Complementary color
Monochromatic Colors of #F85185
Black with #F85185
Text Example
Text Example
White with #F85185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85185; }
p { color: rgb(248,81,133); }
H1.HeaderClassName
{
color: #F85185;
}
.AnyTagClassName
{
color: #F85185;
}
</style>
background-color css
<style>
a { background-color: #F85185; }
a { background-color: rgb(248,81,133); }
div.DivClassName
{
background-color: #F85185;
}
.BgClassName
{
background-color: #F85185;
}
</style>
border-color css
<style>
span { border-color: #F85185; }
span { border-color: rgb(248,81,133); }
td.TdClassName
{
border-color: #F85185;
}
.TagClassName
{
border-color: #F85185;
}
</style>