Shades of French Rose #F7568A
Tints of French Rose #F7568A
RGB
CMYK
RGB Variations
Color information
#F7568A (or 0xF7568A) is known color: French Rose. HEX triplet: F7, 56 and 8A. RGB value is (247,86,138). Sum of RGB (Red+Green+Blue) = 247+86+138=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7568A is #08A975. Grayscale: #8C8C8C. Windows color (decimal): -567670 or 9066231. OLE color: 9066231.
HSL color Cylindrical-coordinate representation of color #F7568A: hue angle of 340.62º 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 #F7568A is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 138 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.03 |
| HSL | 340.62º | 0.91% | 0.65% | - |
| HSV(B) | 340.62º | 0.65% | 0.97% | - |
| XYZ | 46.27 | 28.26 | 27.06 | - |
| YUV | 140.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 138 | 0 | 0.65 | 0.44 | 0.03 | 340.62 | 0.91 | 0.65 |
| Hex | F7 | 56 | 8A | 0 | 41 | 2C | 3 | 155 | 5B | 41 |
| Octal | 367 | 126 | 212 | 0 | 101 | 54 | 3 | 525 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10001010 | 0 | 1000001 | 101100 | 11 | 101010101 | 1011011 | 1000001 |
Color Harmonies of #F7568A
Complementary color
Monochromatic Colors of #F7568A
Black with #F7568A
Text Example
Text Example
White with #F7568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7568A; }
p { color: rgb(247,86,138); }
H1.HeaderClassName
{
color: #F7568A;
}
.AnyTagClassName
{
color: #F7568A;
}
</style>
background-color css
<style>
a { background-color: #F7568A; }
a { background-color: rgb(247,86,138); }
div.DivClassName
{
background-color: #F7568A;
}
.BgClassName
{
background-color: #F7568A;
}
</style>
border-color css
<style>
span { border-color: #F7568A; }
span { border-color: rgb(247,86,138); }
td.TdClassName
{
border-color: #F7568A;
}
.TagClassName
{
border-color: #F7568A;
}
</style>