Shades of French Rose #F85293
Tints of French Rose #F85293
RGB
CMYK
RGB Variations
Color information
#F85293 (or 0xF85293) is known color: French Rose. HEX triplet: F8, 52 and 93. RGB value is (248,82,147). Sum of RGB (Red+Green+Blue) = 248+82+147=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F85293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85293 is #07AD6C. Grayscale: #8A8A8A. Windows color (decimal): -503149 or 9655032. OLE color: 9655032.
HSL color Cylindrical-coordinate representation of color #F85293: hue angle of 336.51º 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 #F85293 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 147 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.03 |
| HSL | 336.51º | 0.92% | 0.65% | - |
| HSV(B) | 336.51º | 0.67% | 0.97% | - |
| XYZ | 47 | 28.1 | 30.55 | - |
| YUV | 139.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 147 | 0 | 0.67 | 0.41 | 0.03 | 336.51 | 0.92 | 0.65 |
| Hex | F8 | 52 | 93 | 0 | 43 | 29 | 3 | 151 | 5C | 41 |
| Octal | 370 | 122 | 223 | 0 | 103 | 51 | 3 | 521 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10010011 | 0 | 1000011 | 101001 | 11 | 101010001 | 1011100 | 1000001 |
Color Harmonies of #F85293
Complementary color
Monochromatic Colors of #F85293
Black with #F85293
Text Example
Text Example
White with #F85293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85293; }
p { color: rgb(248,82,147); }
H1.HeaderClassName
{
color: #F85293;
}
.AnyTagClassName
{
color: #F85293;
}
</style>
background-color css
<style>
a { background-color: #F85293; }
a { background-color: rgb(248,82,147); }
div.DivClassName
{
background-color: #F85293;
}
.BgClassName
{
background-color: #F85293;
}
</style>
border-color css
<style>
span { border-color: #F85293; }
span { border-color: rgb(248,82,147); }
td.TdClassName
{
border-color: #F85293;
}
.TagClassName
{
border-color: #F85293;
}
</style>