Shades of French Rose #F2518E
Tints of French Rose #F2518E
RGB
CMYK
RGB Variations
Color information
#F2518E (or 0xF2518E) is known color: French Rose. HEX triplet: F2, 51 and 8E. RGB value is (242,81,142). Sum of RGB (Red+Green+Blue) = 242+81+142=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2518E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2518E is #0DAE71. Grayscale: #888888. Windows color (decimal): -896626 or 9327090. OLE color: 9327090.
HSL color Cylindrical-coordinate representation of color #F2518E: hue angle of 337.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2518E is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 142 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.05 |
| HSL | 337.27º | 0.86% | 0.63% | - |
| HSV(B) | 337.27º | 0.67% | 0.95% | - |
| XYZ | 44.44 | 26.72 | 28.41 | - |
| YUV | 136.09 | 131.34 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 142 | 0 | 0.67 | 0.41 | 0.05 | 337.27 | 0.86 | 0.63 |
| Hex | F2 | 51 | 8E | 0 | 43 | 29 | 5 | 151 | 56 | 3F |
| Octal | 362 | 121 | 216 | 0 | 103 | 51 | 5 | 521 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10001110 | 0 | 1000011 | 101001 | 101 | 101010001 | 1010110 | 111111 |
Color Harmonies of #F2518E
Complementary color
Monochromatic Colors of #F2518E
Black with #F2518E
Text Example
Text Example
White with #F2518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2518E; }
p { color: rgb(242,81,142); }
H1.HeaderClassName
{
color: #F2518E;
}
.AnyTagClassName
{
color: #F2518E;
}
</style>
background-color css
<style>
a { background-color: #F2518E; }
a { background-color: rgb(242,81,142); }
div.DivClassName
{
background-color: #F2518E;
}
.BgClassName
{
background-color: #F2518E;
}
</style>
border-color css
<style>
span { border-color: #F2518E; }
span { border-color: rgb(242,81,142); }
td.TdClassName
{
border-color: #F2518E;
}
.TagClassName
{
border-color: #F2518E;
}
</style>