Shades of French Rose #F7568F
Tints of French Rose #F7568F
RGB
CMYK
RGB Variations
Color information
#F7568F (or 0xF7568F) is known color: French Rose. HEX triplet: F7, 56 and 8F. RGB value is (247,86,143). Sum of RGB (Red+Green+Blue) = 247+86+143=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7568F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7568F is #08A970. Grayscale: #8C8C8C. Windows color (decimal): -567665 or 9393911. OLE color: 9393911.
HSL color Cylindrical-coordinate representation of color #F7568F: hue angle of 338.76º 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 #F7568F is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 143 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.03 |
| HSL | 338.76º | 0.91% | 0.65% | - |
| HSV(B) | 338.76º | 0.65% | 0.97% | - |
| XYZ | 46.64 | 28.41 | 29.01 | - |
| YUV | 140.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 143 | 0 | 0.65 | 0.42 | 0.03 | 338.76 | 0.91 | 0.65 |
| Hex | F7 | 56 | 8F | 0 | 41 | 2A | 3 | 153 | 5B | 41 |
| Octal | 367 | 126 | 217 | 0 | 101 | 52 | 3 | 523 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10001111 | 0 | 1000001 | 101010 | 11 | 101010011 | 1011011 | 1000001 |
Color Harmonies of #F7568F
Complementary color
Monochromatic Colors of #F7568F
Black with #F7568F
Text Example
Text Example
White with #F7568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7568F; }
p { color: rgb(247,86,143); }
H1.HeaderClassName
{
color: #F7568F;
}
.AnyTagClassName
{
color: #F7568F;
}
</style>
background-color css
<style>
a { background-color: #F7568F; }
a { background-color: rgb(247,86,143); }
div.DivClassName
{
background-color: #F7568F;
}
.BgClassName
{
background-color: #F7568F;
}
</style>
border-color css
<style>
span { border-color: #F7568F; }
span { border-color: rgb(247,86,143); }
td.TdClassName
{
border-color: #F7568F;
}
.TagClassName
{
border-color: #F7568F;
}
</style>