Shades of French Rose #F0568F
Tints of French Rose #F0568F
RGB
CMYK
RGB Variations
Color information
#F0568F (or 0xF0568F) is known color: French Rose. HEX triplet: F0, 56 and 8F. RGB value is (240,86,143). Sum of RGB (Red+Green+Blue) = 240+86+143=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0568F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0568F is #0FA970. Grayscale: #8A8A8A. Windows color (decimal): -1026417 or 9393904. OLE color: 9393904.
HSL color Cylindrical-coordinate representation of color #F0568F: hue angle of 337.79º 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 #F0568F is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 143 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.06 |
| HSL | 337.79º | 0.84% | 0.64% | - |
| HSV(B) | 337.79º | 0.64% | 0.94% | - |
| XYZ | 44.22 | 27.16 | 28.9 | - |
| YUV | 138.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 143 | 0 | 0.64 | 0.40 | 0.06 | 337.79 | 0.84 | 0.64 |
| Hex | F0 | 56 | 8F | 0 | 40 | 28 | 6 | 152 | 54 | 40 |
| Octal | 360 | 126 | 217 | 0 | 100 | 50 | 6 | 522 | 124 | 100 |
| Binary | 11110000 | 1010110 | 10001111 | 0 | 1000000 | 101000 | 110 | 101010010 | 1010100 | 1000000 |
Color Harmonies of #F0568F
Complementary color
Monochromatic Colors of #F0568F
Black with #F0568F
Text Example
Text Example
White with #F0568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0568F; }
p { color: rgb(240,86,143); }
H1.HeaderClassName
{
color: #F0568F;
}
.AnyTagClassName
{
color: #F0568F;
}
</style>
background-color css
<style>
a { background-color: #F0568F; }
a { background-color: rgb(240,86,143); }
div.DivClassName
{
background-color: #F0568F;
}
.BgClassName
{
background-color: #F0568F;
}
</style>
border-color css
<style>
span { border-color: #F0568F; }
span { border-color: rgb(240,86,143); }
td.TdClassName
{
border-color: #F0568F;
}
.TagClassName
{
border-color: #F0568F;
}
</style>