Shades of French Rose #F5568A
Tints of French Rose #F5568A
RGB
CMYK
RGB Variations
Color information
#F5568A (or 0xF5568A) is known color: French Rose. HEX triplet: F5, 56 and 8A. RGB value is (245,86,138). Sum of RGB (Red+Green+Blue) = 245+86+138=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5568A is #0AA975. Grayscale: #8B8B8B. Windows color (decimal): -698742 or 9066229. OLE color: 9066229.
HSL color Cylindrical-coordinate representation of color #F5568A: hue angle of 340.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5568A is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 138 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.04 |
| HSL | 340.38º | 0.89% | 0.65% | - |
| HSV(B) | 340.38º | 0.65% | 0.96% | - |
| XYZ | 45.57 | 27.9 | 27.03 | - |
| YUV | 139.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 138 | 0 | 0.65 | 0.44 | 0.04 | 340.38 | 0.89 | 0.65 |
| Hex | F5 | 56 | 8A | 0 | 41 | 2C | 4 | 154 | 59 | 41 |
| Octal | 365 | 126 | 212 | 0 | 101 | 54 | 4 | 524 | 131 | 101 |
| Binary | 11110101 | 1010110 | 10001010 | 0 | 1000001 | 101100 | 100 | 101010100 | 1011001 | 1000001 |
Color Harmonies of #F5568A
Complementary color
Monochromatic Colors of #F5568A
Black with #F5568A
Text Example
Text Example
White with #F5568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5568A; }
p { color: rgb(245,86,138); }
H1.HeaderClassName
{
color: #F5568A;
}
.AnyTagClassName
{
color: #F5568A;
}
</style>
background-color css
<style>
a { background-color: #F5568A; }
a { background-color: rgb(245,86,138); }
div.DivClassName
{
background-color: #F5568A;
}
.BgClassName
{
background-color: #F5568A;
}
</style>
border-color css
<style>
span { border-color: #F5568A; }
span { border-color: rgb(245,86,138); }
td.TdClassName
{
border-color: #F5568A;
}
.TagClassName
{
border-color: #F5568A;
}
</style>