Shades of French Rose #F2568B
Tints of French Rose #F2568B
RGB
CMYK
RGB Variations
Color information
#F2568B (or 0xF2568B) is known color: French Rose. HEX triplet: F2, 56 and 8B. RGB value is (242,86,139). Sum of RGB (Red+Green+Blue) = 242+86+139=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2568B is #0DA974. Grayscale: #8A8A8A. Windows color (decimal): -895349 or 9131762. OLE color: 9131762.
HSL color Cylindrical-coordinate representation of color #F2568B: hue angle of 339.62º 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 #F2568B is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 139 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.05 |
| HSL | 339.62º | 0.86% | 0.64% | - |
| HSV(B) | 339.62º | 0.64% | 0.95% | - |
| XYZ | 44.61 | 27.4 | 27.36 | - |
| YUV | 138.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 139 | 0 | 0.64 | 0.43 | 0.05 | 339.62 | 0.86 | 0.64 |
| Hex | F2 | 56 | 8B | 0 | 40 | 2B | 5 | 154 | 56 | 40 |
| Octal | 362 | 126 | 213 | 0 | 100 | 53 | 5 | 524 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10001011 | 0 | 1000000 | 101011 | 101 | 101010100 | 1010110 | 1000000 |
Color Harmonies of #F2568B
Complementary color
Monochromatic Colors of #F2568B
Black with #F2568B
Text Example
Text Example
White with #F2568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2568B; }
p { color: rgb(242,86,139); }
H1.HeaderClassName
{
color: #F2568B;
}
.AnyTagClassName
{
color: #F2568B;
}
</style>
background-color css
<style>
a { background-color: #F2568B; }
a { background-color: rgb(242,86,139); }
div.DivClassName
{
background-color: #F2568B;
}
.BgClassName
{
background-color: #F2568B;
}
</style>
border-color css
<style>
span { border-color: #F2568B; }
span { border-color: rgb(242,86,139); }
td.TdClassName
{
border-color: #F2568B;
}
.TagClassName
{
border-color: #F2568B;
}
</style>