Shades of French Rose #F8558C
Tints of French Rose #F8558C
RGB
CMYK
RGB Variations
Color information
#F8558C (or 0xF8558C) is known color: French Rose. HEX triplet: F8, 55 and 8C. RGB value is (248,85,140). Sum of RGB (Red+Green+Blue) = 248+85+140=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8558C is #07AA73. Grayscale: #8B8B8B. Windows color (decimal): -502388 or 9197048. OLE color: 9197048.
HSL color Cylindrical-coordinate representation of color #F8558C: hue angle of 339.75º 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 #F8558C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 140 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.03 |
| HSL | 339.75º | 0.92% | 0.65% | - |
| HSV(B) | 339.75º | 0.66% | 0.97% | - |
| XYZ | 46.69 | 28.35 | 27.82 | - |
| YUV | 140.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 140 | 0 | 0.66 | 0.44 | 0.03 | 339.75 | 0.92 | 0.65 |
| Hex | F8 | 55 | 8C | 0 | 42 | 2C | 3 | 154 | 5C | 41 |
| Octal | 370 | 125 | 214 | 0 | 102 | 54 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10001100 | 0 | 1000010 | 101100 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F8558C
Complementary color
Monochromatic Colors of #F8558C
Black with #F8558C
Text Example
Text Example
White with #F8558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8558C; }
p { color: rgb(248,85,140); }
H1.HeaderClassName
{
color: #F8558C;
}
.AnyTagClassName
{
color: #F8558C;
}
</style>
background-color css
<style>
a { background-color: #F8558C; }
a { background-color: rgb(248,85,140); }
div.DivClassName
{
background-color: #F8558C;
}
.BgClassName
{
background-color: #F8558C;
}
</style>
border-color css
<style>
span { border-color: #F8558C; }
span { border-color: rgb(248,85,140); }
td.TdClassName
{
border-color: #F8558C;
}
.TagClassName
{
border-color: #F8558C;
}
</style>