Shades of French Rose #F0568B
Tints of French Rose #F0568B
RGB
CMYK
RGB Variations
Color information
#F0568B (or 0xF0568B) is known color: French Rose. HEX triplet: F0, 56 and 8B. RGB value is (240,86,139). Sum of RGB (Red+Green+Blue) = 240+86+139=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0568B is #0FA974. Grayscale: #8A8A8A. Windows color (decimal): -1026421 or 9131760. OLE color: 9131760.
HSL color Cylindrical-coordinate representation of color #F0568B: hue angle of 339.35º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0568B is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 139 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.06 |
| HSL | 339.35º | 0.84% | 0.64% | - |
| HSV(B) | 339.35º | 0.64% | 0.94% | - |
| XYZ | 43.92 | 27.04 | 27.33 | - |
| YUV | 138.09 | 128.52 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 139 | 0 | 0.64 | 0.42 | 0.06 | 339.35 | 0.84 | 0.64 |
| Hex | F0 | 56 | 8B | 0 | 40 | 2A | 6 | 153 | 54 | 40 |
| Octal | 360 | 126 | 213 | 0 | 100 | 52 | 6 | 523 | 124 | 100 |
| Binary | 11110000 | 1010110 | 10001011 | 0 | 1000000 | 101010 | 110 | 101010011 | 1010100 | 1000000 |
Color Harmonies of #F0568B
Complementary color
Monochromatic Colors of #F0568B
Black with #F0568B
Text Example
Text Example
White with #F0568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0568B; }
p { color: rgb(240,86,139); }
H1.HeaderClassName
{
color: #F0568B;
}
.AnyTagClassName
{
color: #F0568B;
}
</style>
background-color css
<style>
a { background-color: #F0568B; }
a { background-color: rgb(240,86,139); }
div.DivClassName
{
background-color: #F0568B;
}
.BgClassName
{
background-color: #F0568B;
}
</style>
border-color css
<style>
span { border-color: #F0568B; }
span { border-color: rgb(240,86,139); }
td.TdClassName
{
border-color: #F0568B;
}
.TagClassName
{
border-color: #F0568B;
}
</style>