Shades of French Rose #F2578D
Tints of French Rose #F2578D
RGB
CMYK
RGB Variations
Color information
#F2578D (or 0xF2578D) is known color: French Rose. HEX triplet: F2, 57 and 8D. RGB value is (242,87,141). Sum of RGB (Red+Green+Blue) = 242+87+141=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2578D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2578D is #0DA872. Grayscale: #8B8B8B. Windows color (decimal): -895091 or 9263090. OLE color: 9263090.
HSL color Cylindrical-coordinate representation of color #F2578D: hue angle of 339.1º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2578D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 141 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.05 |
| HSL | 339.1º | 0.86% | 0.65% | - |
| HSV(B) | 339.1º | 0.64% | 0.95% | - |
| XYZ | 44.83 | 27.62 | 28.17 | - |
| YUV | 139.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 141 | 0 | 0.64 | 0.42 | 0.05 | 339.1 | 0.86 | 0.65 |
| Hex | F2 | 57 | 8D | 0 | 40 | 2A | 5 | 153 | 56 | 41 |
| Octal | 362 | 127 | 215 | 0 | 100 | 52 | 5 | 523 | 126 | 101 |
| Binary | 11110010 | 1010111 | 10001101 | 0 | 1000000 | 101010 | 101 | 101010011 | 1010110 | 1000001 |
Color Harmonies of #F2578D
Complementary color
Monochromatic Colors of #F2578D
Black with #F2578D
Text Example
Text Example
White with #F2578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2578D; }
p { color: rgb(242,87,141); }
H1.HeaderClassName
{
color: #F2578D;
}
.AnyTagClassName
{
color: #F2578D;
}
</style>
background-color css
<style>
a { background-color: #F2578D; }
a { background-color: rgb(242,87,141); }
div.DivClassName
{
background-color: #F2578D;
}
.BgClassName
{
background-color: #F2578D;
}
</style>
border-color css
<style>
span { border-color: #F2578D; }
span { border-color: rgb(242,87,141); }
td.TdClassName
{
border-color: #F2578D;
}
.TagClassName
{
border-color: #F2578D;
}
</style>