Shades of French Rose #F24880
Tints of French Rose #F24880
RGB
CMYK
RGB Variations
Color information
#F24880 (or 0xF24880) is known color: French Rose. HEX triplet: F2, 48 and 80. RGB value is (242,72,128). Sum of RGB (Red+Green+Blue) = 242+72+128=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F24880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24880 is #0DB77F. Grayscale: #818181. Windows color (decimal): -898944 or 8407282. OLE color: 8407282.
HSL color Cylindrical-coordinate representation of color #F24880: hue angle of 340.24º 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 #F24880 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 128 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.05 |
| HSL | 340.24º | 0.87% | 0.62% | - |
| HSV(B) | 340.24º | 0.7% | 0.95% | - |
| XYZ | 42.83 | 25.07 | 23 | - |
| YUV | 129.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 128 | 0 | 0.70 | 0.47 | 0.05 | 340.24 | 0.87 | 0.62 |
| Hex | F2 | 48 | 80 | 0 | 46 | 2F | 5 | 154 | 57 | 3E |
| Octal | 362 | 110 | 200 | 0 | 106 | 57 | 5 | 524 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10000000 | 0 | 1000110 | 101111 | 101 | 101010100 | 1010111 | 111110 |
Color Harmonies of #F24880
Complementary color
Monochromatic Colors of #F24880
Black with #F24880
Text Example
Text Example
White with #F24880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24880; }
p { color: rgb(242,72,128); }
H1.HeaderClassName
{
color: #F24880;
}
.AnyTagClassName
{
color: #F24880;
}
</style>
background-color css
<style>
a { background-color: #F24880; }
a { background-color: rgb(242,72,128); }
div.DivClassName
{
background-color: #F24880;
}
.BgClassName
{
background-color: #F24880;
}
</style>
border-color css
<style>
span { border-color: #F24880; }
span { border-color: rgb(242,72,128); }
td.TdClassName
{
border-color: #F24880;
}
.TagClassName
{
border-color: #F24880;
}
</style>