Shades of French Rose #F2568C
Tints of French Rose #F2568C
RGB
CMYK
RGB Variations
Color information
#F2568C (or 0xF2568C) is known color: French Rose. HEX triplet: F2, 56 and 8C. RGB value is (242,86,140). Sum of RGB (Red+Green+Blue) = 242+86+140=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2568C is #0DA973. Grayscale: #8A8A8A. Windows color (decimal): -895348 or 9197298. OLE color: 9197298.
HSL color Cylindrical-coordinate representation of color #F2568C: hue angle of 339.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2568C is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 140 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.05 |
| HSL | 339.23º | 0.86% | 0.64% | - |
| HSV(B) | 339.23º | 0.64% | 0.95% | - |
| XYZ | 44.68 | 27.43 | 27.75 | - |
| YUV | 138.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 140 | 0 | 0.64 | 0.42 | 0.05 | 339.23 | 0.86 | 0.64 |
| Hex | F2 | 56 | 8C | 0 | 40 | 2A | 5 | 153 | 56 | 40 |
| Octal | 362 | 126 | 214 | 0 | 100 | 52 | 5 | 523 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10001100 | 0 | 1000000 | 101010 | 101 | 101010011 | 1010110 | 1000000 |
Color Harmonies of #F2568C
Complementary color
Monochromatic Colors of #F2568C
Black with #F2568C
Text Example
Text Example
White with #F2568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2568C; }
p { color: rgb(242,86,140); }
H1.HeaderClassName
{
color: #F2568C;
}
.AnyTagClassName
{
color: #F2568C;
}
</style>
background-color css
<style>
a { background-color: #F2568C; }
a { background-color: rgb(242,86,140); }
div.DivClassName
{
background-color: #F2568C;
}
.BgClassName
{
background-color: #F2568C;
}
</style>
border-color css
<style>
span { border-color: #F2568C; }
span { border-color: rgb(242,86,140); }
td.TdClassName
{
border-color: #F2568C;
}
.TagClassName
{
border-color: #F2568C;
}
</style>