Shades of French Rose #F85590
Tints of French Rose #F85590
RGB
CMYK
RGB Variations
Color information
#F85590 (or 0xF85590) is known color: French Rose. HEX triplet: F8, 55 and 90. RGB value is (248,85,144). Sum of RGB (Red+Green+Blue) = 248+85+144=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F85590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85590 is #07AA6F. Grayscale: #8C8C8C. Windows color (decimal): -502384 or 9459192. OLE color: 9459192.
HSL color Cylindrical-coordinate representation of color #F85590: hue angle of 338.28º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85590 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 144 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.03 |
| HSL | 338.28º | 0.92% | 0.65% | - |
| HSV(B) | 338.28º | 0.66% | 0.97% | - |
| XYZ | 46.99 | 28.47 | 29.4 | - |
| YUV | 140.46 | 130 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 144 | 0 | 0.66 | 0.42 | 0.03 | 338.28 | 0.92 | 0.65 |
| Hex | F8 | 55 | 90 | 0 | 42 | 2A | 3 | 152 | 5C | 41 |
| Octal | 370 | 125 | 220 | 0 | 102 | 52 | 3 | 522 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10010000 | 0 | 1000010 | 101010 | 11 | 101010010 | 1011100 | 1000001 |
Color Harmonies of #F85590
Complementary color
Monochromatic Colors of #F85590
Black with #F85590
Text Example
Text Example
White with #F85590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85590; }
p { color: rgb(248,85,144); }
H1.HeaderClassName
{
color: #F85590;
}
.AnyTagClassName
{
color: #F85590;
}
</style>
background-color css
<style>
a { background-color: #F85590; }
a { background-color: rgb(248,85,144); }
div.DivClassName
{
background-color: #F85590;
}
.BgClassName
{
background-color: #F85590;
}
</style>
border-color css
<style>
span { border-color: #F85590; }
span { border-color: rgb(248,85,144); }
td.TdClassName
{
border-color: #F85590;
}
.TagClassName
{
border-color: #F85590;
}
</style>