Shades of French Rose #F24783
Tints of French Rose #F24783
RGB
CMYK
RGB Variations
Color information
#F24783 (or 0xF24783) is known color: French Rose. HEX triplet: F2, 47 and 83. RGB value is (242,71,131). Sum of RGB (Red+Green+Blue) = 242+71+131=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F24783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24783 is #0DB87C. Grayscale: #808080. Windows color (decimal): -899197 or 8603634. OLE color: 8603634.
HSL color Cylindrical-coordinate representation of color #F24783: hue angle of 338.95º 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 #F24783 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 131 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.05 |
| HSL | 338.95º | 0.87% | 0.61% | - |
| HSV(B) | 338.95º | 0.71% | 0.95% | - |
| XYZ | 42.97 | 25.02 | 24.04 | - |
| YUV | 128.97 | 129.15 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 131 | 0 | 0.71 | 0.46 | 0.05 | 338.95 | 0.87 | 0.61 |
| Hex | F2 | 47 | 83 | 0 | 47 | 2E | 5 | 153 | 57 | 3D |
| Octal | 362 | 107 | 203 | 0 | 107 | 56 | 5 | 523 | 127 | 75 |
| Binary | 11110010 | 1000111 | 10000011 | 0 | 1000111 | 101110 | 101 | 101010011 | 1010111 | 111101 |
Color Harmonies of #F24783
Complementary color
Monochromatic Colors of #F24783
Black with #F24783
Text Example
Text Example
White with #F24783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24783; }
p { color: rgb(242,71,131); }
H1.HeaderClassName
{
color: #F24783;
}
.AnyTagClassName
{
color: #F24783;
}
</style>
background-color css
<style>
a { background-color: #F24783; }
a { background-color: rgb(242,71,131); }
div.DivClassName
{
background-color: #F24783;
}
.BgClassName
{
background-color: #F24783;
}
</style>
border-color css
<style>
span { border-color: #F24783; }
span { border-color: rgb(242,71,131); }
td.TdClassName
{
border-color: #F24783;
}
.TagClassName
{
border-color: #F24783;
}
</style>