Shades of French Rose #F8568C
Tints of French Rose #F8568C
RGB
CMYK
RGB Variations
Color information
#F8568C (or 0xF8568C) is known color: French Rose. HEX triplet: F8, 56 and 8C. RGB value is (248,86,140). Sum of RGB (Red+Green+Blue) = 248+86+140=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8568C is #07A973. Grayscale: #8C8C8C. Windows color (decimal): -502132 or 9197304. OLE color: 9197304.
HSL color Cylindrical-coordinate representation of color #F8568C: hue angle of 340º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8568C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 140 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.03 |
| HSL | 340º | 0.92% | 0.65% | - |
| HSV(B) | 340º | 0.65% | 0.97% | - |
| XYZ | 46.77 | 28.51 | 27.85 | - |
| YUV | 140.59 | 127.67 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 140 | 0 | 0.65 | 0.44 | 0.03 | 340 | 0.92 | 0.65 |
| Hex | F8 | 56 | 8C | 0 | 41 | 2C | 3 | 154 | 5C | 41 |
| Octal | 370 | 126 | 214 | 0 | 101 | 54 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10001100 | 0 | 1000001 | 101100 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F8568C
Complementary color
Monochromatic Colors of #F8568C
Black with #F8568C
Text Example
Text Example
White with #F8568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8568C; }
p { color: rgb(248,86,140); }
H1.HeaderClassName
{
color: #F8568C;
}
.AnyTagClassName
{
color: #F8568C;
}
</style>
background-color css
<style>
a { background-color: #F8568C; }
a { background-color: rgb(248,86,140); }
div.DivClassName
{
background-color: #F8568C;
}
.BgClassName
{
background-color: #F8568C;
}
</style>
border-color css
<style>
span { border-color: #F8568C; }
span { border-color: rgb(248,86,140); }
td.TdClassName
{
border-color: #F8568C;
}
.TagClassName
{
border-color: #F8568C;
}
</style>