Shades of French Rose #F7568D
Tints of French Rose #F7568D
RGB
CMYK
RGB Variations
Color information
#F7568D (or 0xF7568D) is known color: French Rose. HEX triplet: F7, 56 and 8D. RGB value is (247,86,141). Sum of RGB (Red+Green+Blue) = 247+86+141=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7568D is #08A972. Grayscale: #8C8C8C. Windows color (decimal): -567667 or 9262839. OLE color: 9262839.
HSL color Cylindrical-coordinate representation of color #F7568D: hue angle of 339.5º degrees, saturation: 0.91, 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 #F7568D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 141 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.03 |
| HSL | 339.5º | 0.91% | 0.65% | - |
| HSV(B) | 339.5º | 0.65% | 0.97% | - |
| XYZ | 46.49 | 28.35 | 28.22 | - |
| YUV | 140.41 | 128.34 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 141 | 0 | 0.65 | 0.43 | 0.03 | 339.5 | 0.91 | 0.65 |
| Hex | F7 | 56 | 8D | 0 | 41 | 2B | 3 | 154 | 5B | 41 |
| Octal | 367 | 126 | 215 | 0 | 101 | 53 | 3 | 524 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10001101 | 0 | 1000001 | 101011 | 11 | 101010100 | 1011011 | 1000001 |
Color Harmonies of #F7568D
Complementary color
Monochromatic Colors of #F7568D
Black with #F7568D
Text Example
Text Example
White with #F7568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7568D; }
p { color: rgb(247,86,141); }
H1.HeaderClassName
{
color: #F7568D;
}
.AnyTagClassName
{
color: #F7568D;
}
</style>
background-color css
<style>
a { background-color: #F7568D; }
a { background-color: rgb(247,86,141); }
div.DivClassName
{
background-color: #F7568D;
}
.BgClassName
{
background-color: #F7568D;
}
</style>
border-color css
<style>
span { border-color: #F7568D; }
span { border-color: rgb(247,86,141); }
td.TdClassName
{
border-color: #F7568D;
}
.TagClassName
{
border-color: #F7568D;
}
</style>