Shades of French Rose #F24D99
Tints of French Rose #F24D99
RGB
CMYK
RGB Variations
Color information
#F24D99 (or 0xF24D99) is known color: French Rose. HEX triplet: F2, 4D and 99. RGB value is (242,77,153). Sum of RGB (Red+Green+Blue) = 242+77+153=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D99 is #0DB266. Grayscale: #868686. Windows color (decimal): -897639 or 10046962. OLE color: 10046962.
HSL color Cylindrical-coordinate representation of color #F24D99: hue angle of 332.36º 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 #F24D99 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 153 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.05 |
| HSL | 332.36º | 0.86% | 0.63% | - |
| HSV(B) | 332.36º | 0.68% | 0.95% | - |
| XYZ | 45.02 | 26.48 | 32.88 | - |
| YUV | 135 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 153 | 0 | 0.68 | 0.37 | 0.05 | 332.36 | 0.86 | 0.63 |
| Hex | F2 | 4D | 99 | 0 | 44 | 25 | 5 | 14C | 56 | 3F |
| Octal | 362 | 115 | 231 | 0 | 104 | 45 | 5 | 514 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10011001 | 0 | 1000100 | 100101 | 101 | 101001100 | 1010110 | 111111 |
Color Harmonies of #F24D99
Complementary color
Monochromatic Colors of #F24D99
Black with #F24D99
Text Example
Text Example
White with #F24D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D99; }
p { color: rgb(242,77,153); }
H1.HeaderClassName
{
color: #F24D99;
}
.AnyTagClassName
{
color: #F24D99;
}
</style>
background-color css
<style>
a { background-color: #F24D99; }
a { background-color: rgb(242,77,153); }
div.DivClassName
{
background-color: #F24D99;
}
.BgClassName
{
background-color: #F24D99;
}
</style>
border-color css
<style>
span { border-color: #F24D99; }
span { border-color: rgb(242,77,153); }
td.TdClassName
{
border-color: #F24D99;
}
.TagClassName
{
border-color: #F24D99;
}
</style>