Shades of French Rose #F24785
Tints of French Rose #F24785
RGB
CMYK
RGB Variations
Color information
#F24785 (or 0xF24785) is known color: French Rose. HEX triplet: F2, 47 and 85. RGB value is (242,71,133). Sum of RGB (Red+Green+Blue) = 242+71+133=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F24785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24785 is #0DB87A. Grayscale: #818181. Windows color (decimal): -899195 or 8734706. OLE color: 8734706.
HSL color Cylindrical-coordinate representation of color #F24785: hue angle of 338.25º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24785 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 133 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.05 |
| HSL | 338.25º | 0.87% | 0.61% | - |
| HSV(B) | 338.25º | 0.71% | 0.95% | - |
| XYZ | 43.1 | 25.08 | 24.76 | - |
| YUV | 129.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 133 | 0 | 0.71 | 0.45 | 0.05 | 338.25 | 0.87 | 0.61 |
| Hex | F2 | 47 | 85 | 0 | 47 | 2D | 5 | 152 | 57 | 3D |
| Octal | 362 | 107 | 205 | 0 | 107 | 55 | 5 | 522 | 127 | 75 |
| Binary | 11110010 | 1000111 | 10000101 | 0 | 1000111 | 101101 | 101 | 101010010 | 1010111 | 111101 |
Color Harmonies of #F24785
Complementary color
Monochromatic Colors of #F24785
Black with #F24785
Text Example
Text Example
White with #F24785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24785; }
p { color: rgb(242,71,133); }
H1.HeaderClassName
{
color: #F24785;
}
.AnyTagClassName
{
color: #F24785;
}
</style>
background-color css
<style>
a { background-color: #F24785; }
a { background-color: rgb(242,71,133); }
div.DivClassName
{
background-color: #F24785;
}
.BgClassName
{
background-color: #F24785;
}
</style>
border-color css
<style>
span { border-color: #F24785; }
span { border-color: rgb(242,71,133); }
td.TdClassName
{
border-color: #F24785;
}
.TagClassName
{
border-color: #F24785;
}
</style>