Shades of French Rose #F24D91
Tints of French Rose #F24D91
RGB
CMYK
RGB Variations
Color information
#F24D91 (or 0xF24D91) is known color: French Rose. HEX triplet: F2, 4D and 91. RGB value is (242,77,145). Sum of RGB (Red+Green+Blue) = 242+77+145=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D91 is #0DB26E. Grayscale: #858585. Windows color (decimal): -897647 or 9522674. OLE color: 9522674.
HSL color Cylindrical-coordinate representation of color #F24D91: hue angle of 335.27º 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 #F24D91 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 145 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.05 |
| HSL | 335.27º | 0.86% | 0.63% | - |
| HSV(B) | 335.27º | 0.68% | 0.95% | - |
| XYZ | 44.38 | 26.23 | 29.51 | - |
| YUV | 134.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 145 | 0 | 0.68 | 0.40 | 0.05 | 335.27 | 0.86 | 0.63 |
| Hex | F2 | 4D | 91 | 0 | 44 | 28 | 5 | 14F | 56 | 3F |
| Octal | 362 | 115 | 221 | 0 | 104 | 50 | 5 | 517 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10010001 | 0 | 1000100 | 101000 | 101 | 101001111 | 1010110 | 111111 |
Color Harmonies of #F24D91
Complementary color
Monochromatic Colors of #F24D91
Black with #F24D91
Text Example
Text Example
White with #F24D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D91; }
p { color: rgb(242,77,145); }
H1.HeaderClassName
{
color: #F24D91;
}
.AnyTagClassName
{
color: #F24D91;
}
</style>
background-color css
<style>
a { background-color: #F24D91; }
a { background-color: rgb(242,77,145); }
div.DivClassName
{
background-color: #F24D91;
}
.BgClassName
{
background-color: #F24D91;
}
</style>
border-color css
<style>
span { border-color: #F24D91; }
span { border-color: rgb(242,77,145); }
td.TdClassName
{
border-color: #F24D91;
}
.TagClassName
{
border-color: #F24D91;
}
</style>