Shades of French Rose #F8568E
Tints of French Rose #F8568E
RGB
CMYK
RGB Variations
Color information
#F8568E (or 0xF8568E) is known color: French Rose. HEX triplet: F8, 56 and 8E. RGB value is (248,86,142). Sum of RGB (Red+Green+Blue) = 248+86+142=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8568E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8568E is #07A971. Grayscale: #8C8C8C. Windows color (decimal): -502130 or 9328376. OLE color: 9328376.
HSL color Cylindrical-coordinate representation of color #F8568E: hue angle of 339.26º 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 #F8568E is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 142 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.03 |
| HSL | 339.26º | 0.92% | 0.65% | - |
| HSV(B) | 339.26º | 0.65% | 0.97% | - |
| XYZ | 46.92 | 28.57 | 28.63 | - |
| YUV | 140.82 | 128.67 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 142 | 0 | 0.65 | 0.43 | 0.03 | 339.26 | 0.92 | 0.65 |
| Hex | F8 | 56 | 8E | 0 | 41 | 2B | 3 | 153 | 5C | 41 |
| Octal | 370 | 126 | 216 | 0 | 101 | 53 | 3 | 523 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10001110 | 0 | 1000001 | 101011 | 11 | 101010011 | 1011100 | 1000001 |
Color Harmonies of #F8568E
Complementary color
Monochromatic Colors of #F8568E
Black with #F8568E
Text Example
Text Example
White with #F8568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8568E; }
p { color: rgb(248,86,142); }
H1.HeaderClassName
{
color: #F8568E;
}
.AnyTagClassName
{
color: #F8568E;
}
</style>
background-color css
<style>
a { background-color: #F8568E; }
a { background-color: rgb(248,86,142); }
div.DivClassName
{
background-color: #F8568E;
}
.BgClassName
{
background-color: #F8568E;
}
</style>
border-color css
<style>
span { border-color: #F8568E; }
span { border-color: rgb(248,86,142); }
td.TdClassName
{
border-color: #F8568E;
}
.TagClassName
{
border-color: #F8568E;
}
</style>