Shades of French Rose #F7568B
Tints of French Rose #F7568B
RGB
CMYK
RGB Variations
Color information
#F7568B (or 0xF7568B) is known color: French Rose. HEX triplet: F7, 56 and 8B. RGB value is (247,86,139). Sum of RGB (Red+Green+Blue) = 247+86+139=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7568B is #08A974. Grayscale: #8C8C8C. Windows color (decimal): -567669 or 9131767. OLE color: 9131767.
HSL color Cylindrical-coordinate representation of color #F7568B: hue angle of 340.25º 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 #F7568B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 139 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.03 |
| HSL | 340.25º | 0.91% | 0.65% | - |
| HSV(B) | 340.25º | 0.65% | 0.97% | - |
| XYZ | 46.35 | 28.29 | 27.44 | - |
| YUV | 140.18 | 127.34 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 139 | 0 | 0.65 | 0.44 | 0.03 | 340.25 | 0.91 | 0.65 |
| Hex | F7 | 56 | 8B | 0 | 41 | 2C | 3 | 154 | 5B | 41 |
| Octal | 367 | 126 | 213 | 0 | 101 | 54 | 3 | 524 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10001011 | 0 | 1000001 | 101100 | 11 | 101010100 | 1011011 | 1000001 |
Color Harmonies of #F7568B
Complementary color
Monochromatic Colors of #F7568B
Black with #F7568B
Text Example
Text Example
White with #F7568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7568B; }
p { color: rgb(247,86,139); }
H1.HeaderClassName
{
color: #F7568B;
}
.AnyTagClassName
{
color: #F7568B;
}
</style>
background-color css
<style>
a { background-color: #F7568B; }
a { background-color: rgb(247,86,139); }
div.DivClassName
{
background-color: #F7568B;
}
.BgClassName
{
background-color: #F7568B;
}
</style>
border-color css
<style>
span { border-color: #F7568B; }
span { border-color: rgb(247,86,139); }
td.TdClassName
{
border-color: #F7568B;
}
.TagClassName
{
border-color: #F7568B;
}
</style>