Shades of French Rose #F24982
Tints of French Rose #F24982
RGB
CMYK
RGB Variations
Color information
#F24982 (or 0xF24982) is known color: French Rose. HEX triplet: F2, 49 and 82. RGB value is (242,73,130). Sum of RGB (Red+Green+Blue) = 242+73+130=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F24982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24982 is #0DB67D. Grayscale: #818181. Windows color (decimal): -898686 or 8538610. OLE color: 8538610.
HSL color Cylindrical-coordinate representation of color #F24982: hue angle of 339.76º 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 #F24982 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 130 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.05 |
| HSL | 339.76º | 0.87% | 0.62% | - |
| HSV(B) | 339.76º | 0.7% | 0.95% | - |
| XYZ | 43.03 | 25.25 | 23.73 | - |
| YUV | 130.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 130 | 0 | 0.70 | 0.46 | 0.05 | 339.76 | 0.87 | 0.62 |
| Hex | F2 | 49 | 82 | 0 | 46 | 2E | 5 | 154 | 57 | 3E |
| Octal | 362 | 111 | 202 | 0 | 106 | 56 | 5 | 524 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10000010 | 0 | 1000110 | 101110 | 101 | 101010100 | 1010111 | 111110 |
Color Harmonies of #F24982
Complementary color
Monochromatic Colors of #F24982
Black with #F24982
Text Example
Text Example
White with #F24982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24982; }
p { color: rgb(242,73,130); }
H1.HeaderClassName
{
color: #F24982;
}
.AnyTagClassName
{
color: #F24982;
}
</style>
background-color css
<style>
a { background-color: #F24982; }
a { background-color: rgb(242,73,130); }
div.DivClassName
{
background-color: #F24982;
}
.BgClassName
{
background-color: #F24982;
}
</style>
border-color css
<style>
span { border-color: #F24982; }
span { border-color: rgb(242,73,130); }
td.TdClassName
{
border-color: #F24982;
}
.TagClassName
{
border-color: #F24982;
}
</style>