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