Shades of French Rose #F85993
Tints of French Rose #F85993
RGB
CMYK
RGB Variations
Color information
#F85993 (or 0xF85993) is known color: French Rose. HEX triplet: F8, 59 and 93. RGB value is (248,89,147). Sum of RGB (Red+Green+Blue) = 248+89+147=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F85993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85993 is #07A66C. Grayscale: #8F8F8F. Windows color (decimal): -501357 or 9656824. OLE color: 9656824.
HSL color Cylindrical-coordinate representation of color #F85993: hue angle of 338.11º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85993 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 147 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.03 |
| HSL | 338.11º | 0.92% | 0.66% | - |
| HSV(B) | 338.11º | 0.64% | 0.97% | - |
| XYZ | 47.55 | 29.21 | 30.74 | - |
| YUV | 143.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 147 | 0 | 0.64 | 0.41 | 0.03 | 338.11 | 0.92 | 0.66 |
| Hex | F8 | 59 | 93 | 0 | 40 | 29 | 3 | 152 | 5C | 42 |
| Octal | 370 | 131 | 223 | 0 | 100 | 51 | 3 | 522 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10010011 | 0 | 1000000 | 101001 | 11 | 101010010 | 1011100 | 1000010 |
Color Harmonies of #F85993
Complementary color
Monochromatic Colors of #F85993
Black with #F85993
Text Example
Text Example
White with #F85993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85993; }
p { color: rgb(248,89,147); }
H1.HeaderClassName
{
color: #F85993;
}
.AnyTagClassName
{
color: #F85993;
}
</style>
background-color css
<style>
a { background-color: #F85993; }
a { background-color: rgb(248,89,147); }
div.DivClassName
{
background-color: #F85993;
}
.BgClassName
{
background-color: #F85993;
}
</style>
border-color css
<style>
span { border-color: #F85993; }
span { border-color: rgb(248,89,147); }
td.TdClassName
{
border-color: #F85993;
}
.TagClassName
{
border-color: #F85993;
}
</style>