Shades of French Rose #F0488C
Tints of French Rose #F0488C
RGB
CMYK
RGB Variations
Color information
#F0488C (or 0xF0488C) is known color: French Rose. HEX triplet: F0, 48 and 8C. RGB value is (240,72,140). Sum of RGB (Red+Green+Blue) = 240+72+140=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0488C is #0FB773. Grayscale: #818181. Windows color (decimal): -1030004 or 9193712. OLE color: 9193712.
HSL color Cylindrical-coordinate representation of color #F0488C: hue angle of 335.71º 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 #F0488C is Cyan = 0, Magento = 0.7, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 140 | - |
| CMYK | 0 | 0.7 | 0.42 | 0.06 |
| HSL | 335.71º | 0.85% | 0.61% | - |
| HSV(B) | 335.71º | 0.7% | 0.94% | - |
| XYZ | 42.99 | 25.05 | 27.38 | - |
| YUV | 129.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 140 | 0 | 0.7 | 0.42 | 0.06 | 335.71 | 0.85 | 0.61 |
| Hex | F0 | 48 | 8C | 0 | 46 | 2A | 6 | 150 | 55 | 3D |
| Octal | 360 | 110 | 214 | 0 | 106 | 52 | 6 | 520 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10001100 | 0 | 1000110 | 101010 | 110 | 101010000 | 1010101 | 111101 |
Color Harmonies of #F0488C
Complementary color
Monochromatic Colors of #F0488C
Black with #F0488C
Text Example
Text Example
White with #F0488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0488C; }
p { color: rgb(240,72,140); }
H1.HeaderClassName
{
color: #F0488C;
}
.AnyTagClassName
{
color: #F0488C;
}
</style>
background-color css
<style>
a { background-color: #F0488C; }
a { background-color: rgb(240,72,140); }
div.DivClassName
{
background-color: #F0488C;
}
.BgClassName
{
background-color: #F0488C;
}
</style>
border-color css
<style>
span { border-color: #F0488C; }
span { border-color: rgb(240,72,140); }
td.TdClassName
{
border-color: #F0488C;
}
.TagClassName
{
border-color: #F0488C;
}
</style>