Shades of French Rose #F04893
Tints of French Rose #F04893
RGB
CMYK
RGB Variations
Color information
#F04893 (or 0xF04893) is known color: French Rose. HEX triplet: F0, 48 and 93. RGB value is (240,72,147). Sum of RGB (Red+Green+Blue) = 240+72+147=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04893 is #0FB76C. Grayscale: #828282. Windows color (decimal): -1029997 or 9652464. OLE color: 9652464.
HSL color Cylindrical-coordinate representation of color #F04893: hue angle of 333.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04893 is Cyan = 0, Magento = 0.7, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 147 | - |
| CMYK | 0 | 0.7 | 0.39 | 0.06 |
| HSL | 333.21º | 0.85% | 0.61% | - |
| HSV(B) | 333.21º | 0.7% | 0.94% | - |
| XYZ | 43.52 | 25.27 | 30.19 | - |
| YUV | 130.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 147 | 0 | 0.7 | 0.39 | 0.06 | 333.21 | 0.85 | 0.61 |
| Hex | F0 | 48 | 93 | 0 | 46 | 27 | 6 | 14D | 55 | 3D |
| Octal | 360 | 110 | 223 | 0 | 106 | 47 | 6 | 515 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10010011 | 0 | 1000110 | 100111 | 110 | 101001101 | 1010101 | 111101 |
Color Harmonies of #F04893
Complementary color
Monochromatic Colors of #F04893
Black with #F04893
Text Example
Text Example
White with #F04893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04893; }
p { color: rgb(240,72,147); }
H1.HeaderClassName
{
color: #F04893;
}
.AnyTagClassName
{
color: #F04893;
}
</style>
background-color css
<style>
a { background-color: #F04893; }
a { background-color: rgb(240,72,147); }
div.DivClassName
{
background-color: #F04893;
}
.BgClassName
{
background-color: #F04893;
}
</style>
border-color css
<style>
span { border-color: #F04893; }
span { border-color: rgb(240,72,147); }
td.TdClassName
{
border-color: #F04893;
}
.TagClassName
{
border-color: #F04893;
}
</style>