Shades of French Rose #F8598D
Tints of French Rose #F8598D
RGB
CMYK
RGB Variations
Color information
#F8598D (or 0xF8598D) is known color: French Rose. HEX triplet: F8, 59 and 8D. RGB value is (248,89,141). Sum of RGB (Red+Green+Blue) = 248+89+141=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8598D is #07A672. Grayscale: #8E8E8E. Windows color (decimal): -501363 or 9263608. OLE color: 9263608.
HSL color Cylindrical-coordinate representation of color #F8598D: hue angle of 340.38º 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 #F8598D is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 141 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.03 |
| HSL | 340.38º | 0.92% | 0.66% | - |
| HSV(B) | 340.38º | 0.64% | 0.97% | - |
| XYZ | 47.09 | 29.02 | 28.32 | - |
| YUV | 142.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 141 | 0 | 0.64 | 0.43 | 0.03 | 340.38 | 0.92 | 0.66 |
| Hex | F8 | 59 | 8D | 0 | 40 | 2B | 3 | 154 | 5C | 42 |
| Octal | 370 | 131 | 215 | 0 | 100 | 53 | 3 | 524 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10001101 | 0 | 1000000 | 101011 | 11 | 101010100 | 1011100 | 1000010 |
Color Harmonies of #F8598D
Complementary color
Monochromatic Colors of #F8598D
Black with #F8598D
Text Example
Text Example
White with #F8598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8598D; }
p { color: rgb(248,89,141); }
H1.HeaderClassName
{
color: #F8598D;
}
.AnyTagClassName
{
color: #F8598D;
}
</style>
background-color css
<style>
a { background-color: #F8598D; }
a { background-color: rgb(248,89,141); }
div.DivClassName
{
background-color: #F8598D;
}
.BgClassName
{
background-color: #F8598D;
}
</style>
border-color css
<style>
span { border-color: #F8598D; }
span { border-color: rgb(248,89,141); }
td.TdClassName
{
border-color: #F8598D;
}
.TagClassName
{
border-color: #F8598D;
}
</style>