Shades of French Rose #F24994
Tints of French Rose #F24994
RGB
CMYK
RGB Variations
Color information
#F24994 (or 0xF24994) is known color: French Rose. HEX triplet: F2, 49 and 94. RGB value is (242,73,148). Sum of RGB (Red+Green+Blue) = 242+73+148=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F24994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24994 is #0DB66B. Grayscale: #838383. Windows color (decimal): -898668 or 9718258. OLE color: 9718258.
HSL color Cylindrical-coordinate representation of color #F24994: hue angle of 333.37º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24994 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 148 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.05 |
| HSL | 333.37º | 0.87% | 0.62% | - |
| HSV(B) | 333.37º | 0.7% | 0.95% | - |
| XYZ | 44.35 | 25.78 | 30.66 | - |
| YUV | 132.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 148 | 0 | 0.70 | 0.39 | 0.05 | 333.37 | 0.87 | 0.62 |
| Hex | F2 | 49 | 94 | 0 | 46 | 27 | 5 | 14D | 57 | 3E |
| Octal | 362 | 111 | 224 | 0 | 106 | 47 | 5 | 515 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10010100 | 0 | 1000110 | 100111 | 101 | 101001101 | 1010111 | 111110 |
Color Harmonies of #F24994
Complementary color
Monochromatic Colors of #F24994
Black with #F24994
Text Example
Text Example
White with #F24994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24994; }
p { color: rgb(242,73,148); }
H1.HeaderClassName
{
color: #F24994;
}
.AnyTagClassName
{
color: #F24994;
}
</style>
background-color css
<style>
a { background-color: #F24994; }
a { background-color: rgb(242,73,148); }
div.DivClassName
{
background-color: #F24994;
}
.BgClassName
{
background-color: #F24994;
}
</style>
border-color css
<style>
span { border-color: #F24994; }
span { border-color: rgb(242,73,148); }
td.TdClassName
{
border-color: #F24994;
}
.TagClassName
{
border-color: #F24994;
}
</style>