Shades of French Rose #F24E8D
Tints of French Rose #F24E8D
RGB
CMYK
RGB Variations
Color information
#F24E8D (or 0xF24E8D) is known color: French Rose. HEX triplet: F2, 4E and 8D. RGB value is (242,78,141). Sum of RGB (Red+Green+Blue) = 242+78+141=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24E8D is #0DB172. Grayscale: #868686. Windows color (decimal): -897395 or 9260786. OLE color: 9260786.
HSL color Cylindrical-coordinate representation of color #F24E8D: hue angle of 336.95º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24E8D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 141 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.05 |
| HSL | 336.95º | 0.86% | 0.63% | - |
| HSV(B) | 336.95º | 0.68% | 0.95% | - |
| XYZ | 44.15 | 26.25 | 27.94 | - |
| YUV | 134.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 141 | 0 | 0.68 | 0.42 | 0.05 | 336.95 | 0.86 | 0.63 |
| Hex | F2 | 4E | 8D | 0 | 44 | 2A | 5 | 151 | 56 | 3F |
| Octal | 362 | 116 | 215 | 0 | 104 | 52 | 5 | 521 | 126 | 77 |
| Binary | 11110010 | 1001110 | 10001101 | 0 | 1000100 | 101010 | 101 | 101010001 | 1010110 | 111111 |
Color Harmonies of #F24E8D
Complementary color
Monochromatic Colors of #F24E8D
Black with #F24E8D
Text Example
Text Example
White with #F24E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24E8D; }
p { color: rgb(242,78,141); }
H1.HeaderClassName
{
color: #F24E8D;
}
.AnyTagClassName
{
color: #F24E8D;
}
</style>
background-color css
<style>
a { background-color: #F24E8D; }
a { background-color: rgb(242,78,141); }
div.DivClassName
{
background-color: #F24E8D;
}
.BgClassName
{
background-color: #F24E8D;
}
</style>
border-color css
<style>
span { border-color: #F24E8D; }
span { border-color: rgb(242,78,141); }
td.TdClassName
{
border-color: #F24E8D;
}
.TagClassName
{
border-color: #F24E8D;
}
</style>