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