Shades of French Rose #F24D92
Tints of French Rose #F24D92
RGB
CMYK
RGB Variations
Color information
#F24D92 (or 0xF24D92) is known color: French Rose. HEX triplet: F2, 4D and 92. RGB value is (242,77,146). Sum of RGB (Red+Green+Blue) = 242+77+146=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D92 is #0DB26D. Grayscale: #868686. Windows color (decimal): -897646 or 9588210. OLE color: 9588210.
HSL color Cylindrical-coordinate representation of color #F24D92: hue angle of 334.91º 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 #F24D92 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 146 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.05 |
| HSL | 334.91º | 0.86% | 0.63% | - |
| HSV(B) | 334.91º | 0.68% | 0.95% | - |
| XYZ | 44.46 | 26.26 | 29.92 | - |
| YUV | 134.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 146 | 0 | 0.68 | 0.40 | 0.05 | 334.91 | 0.86 | 0.63 |
| Hex | F2 | 4D | 92 | 0 | 44 | 28 | 5 | 14F | 56 | 3F |
| Octal | 362 | 115 | 222 | 0 | 104 | 50 | 5 | 517 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10010010 | 0 | 1000100 | 101000 | 101 | 101001111 | 1010110 | 111111 |
Color Harmonies of #F24D92
Complementary color
Monochromatic Colors of #F24D92
Black with #F24D92
Text Example
Text Example
White with #F24D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D92; }
p { color: rgb(242,77,146); }
H1.HeaderClassName
{
color: #F24D92;
}
.AnyTagClassName
{
color: #F24D92;
}
</style>
background-color css
<style>
a { background-color: #F24D92; }
a { background-color: rgb(242,77,146); }
div.DivClassName
{
background-color: #F24D92;
}
.BgClassName
{
background-color: #F24D92;
}
</style>
border-color css
<style>
span { border-color: #F24D92; }
span { border-color: rgb(242,77,146); }
td.TdClassName
{
border-color: #F24D92;
}
.TagClassName
{
border-color: #F24D92;
}
</style>