Shades of French Rose #F6568B
Tints of French Rose #F6568B
RGB
CMYK
RGB Variations
Color information
#F6568B (or 0xF6568B) is known color: French Rose. HEX triplet: F6, 56 and 8B. RGB value is (246,86,139). Sum of RGB (Red+Green+Blue) = 246+86+139=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6568B is #09A974. Grayscale: #8B8B8B. Windows color (decimal): -633205 or 9131766. OLE color: 9131766.
HSL color Cylindrical-coordinate representation of color #F6568B: hue angle of 340.12º degrees, saturation: 0.9, 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 #F6568B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 139 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.04 |
| HSL | 340.13º | 0.9% | 0.65% | - |
| HSV(B) | 340.13º | 0.65% | 0.96% | - |
| XYZ | 45.99 | 28.11 | 27.43 | - |
| YUV | 139.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 139 | 0 | 0.65 | 0.43 | 0.04 | 340.13 | 0.9 | 0.65 |
| Hex | F6 | 56 | 8B | 0 | 41 | 2B | 4 | 154 | 5A | 41 |
| Octal | 366 | 126 | 213 | 0 | 101 | 53 | 4 | 524 | 132 | 101 |
| Binary | 11110110 | 1010110 | 10001011 | 0 | 1000001 | 101011 | 100 | 101010100 | 1011010 | 1000001 |
Color Harmonies of #F6568B
Complementary color
Monochromatic Colors of #F6568B
Black with #F6568B
Text Example
Text Example
White with #F6568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6568B; }
p { color: rgb(246,86,139); }
H1.HeaderClassName
{
color: #F6568B;
}
.AnyTagClassName
{
color: #F6568B;
}
</style>
background-color css
<style>
a { background-color: #F6568B; }
a { background-color: rgb(246,86,139); }
div.DivClassName
{
background-color: #F6568B;
}
.BgClassName
{
background-color: #F6568B;
}
</style>
border-color css
<style>
span { border-color: #F6568B; }
span { border-color: rgb(246,86,139); }
td.TdClassName
{
border-color: #F6568B;
}
.TagClassName
{
border-color: #F6568B;
}
</style>