Shades of French Rose #F24890
Tints of French Rose #F24890
RGB
CMYK
RGB Variations
Color information
#F24890 (or 0xF24890) is known color: French Rose. HEX triplet: F2, 48 and 90. RGB value is (242,72,144). Sum of RGB (Red+Green+Blue) = 242+72+144=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F24890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24890 is #0DB76F. Grayscale: #828282. Windows color (decimal): -898928 or 9455858. OLE color: 9455858.
HSL color Cylindrical-coordinate representation of color #F24890: hue angle of 334.59º 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 #F24890 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 144 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.05 |
| HSL | 334.59º | 0.87% | 0.62% | - |
| HSV(B) | 334.59º | 0.7% | 0.95% | - |
| XYZ | 43.97 | 25.53 | 29 | - |
| YUV | 131.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 144 | 0 | 0.70 | 0.40 | 0.05 | 334.59 | 0.87 | 0.62 |
| Hex | F2 | 48 | 90 | 0 | 46 | 28 | 5 | 14F | 57 | 3E |
| Octal | 362 | 110 | 220 | 0 | 106 | 50 | 5 | 517 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10010000 | 0 | 1000110 | 101000 | 101 | 101001111 | 1010111 | 111110 |
Color Harmonies of #F24890
Complementary color
Monochromatic Colors of #F24890
Black with #F24890
Text Example
Text Example
White with #F24890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24890; }
p { color: rgb(242,72,144); }
H1.HeaderClassName
{
color: #F24890;
}
.AnyTagClassName
{
color: #F24890;
}
</style>
background-color css
<style>
a { background-color: #F24890; }
a { background-color: rgb(242,72,144); }
div.DivClassName
{
background-color: #F24890;
}
.BgClassName
{
background-color: #F24890;
}
</style>
border-color css
<style>
span { border-color: #F24890; }
span { border-color: rgb(242,72,144); }
td.TdClassName
{
border-color: #F24890;
}
.TagClassName
{
border-color: #F24890;
}
</style>