Shades of French Rose #F04683
Tints of French Rose #F04683
RGB
CMYK
RGB Variations
Color information
#F04683 (or 0xF04683) is known color: French Rose. HEX triplet: F0, 46 and 83. RGB value is (240,70,131). Sum of RGB (Red+Green+Blue) = 240+70+131=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F04683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04683 is #0FB97C. Grayscale: #7F7F7F. Windows color (decimal): -1030525 or 8603376. OLE color: 8603376.
HSL color Cylindrical-coordinate representation of color #F04683: hue angle of 338.47º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04683 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 131 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.06 |
| HSL | 338.47º | 0.85% | 0.61% | - |
| HSV(B) | 338.47º | 0.71% | 0.94% | - |
| XYZ | 42.22 | 24.54 | 23.98 | - |
| YUV | 127.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 131 | 0 | 0.71 | 0.45 | 0.06 | 338.47 | 0.85 | 0.61 |
| Hex | F0 | 46 | 83 | 0 | 47 | 2D | 6 | 152 | 55 | 3D |
| Octal | 360 | 106 | 203 | 0 | 107 | 55 | 6 | 522 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10000011 | 0 | 1000111 | 101101 | 110 | 101010010 | 1010101 | 111101 |
Color Harmonies of #F04683
Complementary color
Monochromatic Colors of #F04683
Black with #F04683
Text Example
Text Example
White with #F04683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04683; }
p { color: rgb(240,70,131); }
H1.HeaderClassName
{
color: #F04683;
}
.AnyTagClassName
{
color: #F04683;
}
</style>
background-color css
<style>
a { background-color: #F04683; }
a { background-color: rgb(240,70,131); }
div.DivClassName
{
background-color: #F04683;
}
.BgClassName
{
background-color: #F04683;
}
</style>
border-color css
<style>
span { border-color: #F04683; }
span { border-color: rgb(240,70,131); }
td.TdClassName
{
border-color: #F04683;
}
.TagClassName
{
border-color: #F04683;
}
</style>