Shades of French Rose #F0488F
Tints of French Rose #F0488F
RGB
CMYK
RGB Variations
Color information
#F0488F (or 0xF0488F) is known color: French Rose. HEX triplet: F0, 48 and 8F. RGB value is (240,72,143). Sum of RGB (Red+Green+Blue) = 240+72+143=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0488F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0488F is #0FB770. Grayscale: #828282. Windows color (decimal): -1030001 or 9390320. OLE color: 9390320.
HSL color Cylindrical-coordinate representation of color #F0488F: hue angle of 334.64º 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 #F0488F is Cyan = 0, Magento = 0.7, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 143 | - |
| CMYK | 0 | 0.7 | 0.40 | 0.06 |
| HSL | 334.64º | 0.85% | 0.61% | - |
| HSV(B) | 334.64º | 0.7% | 0.94% | - |
| XYZ | 43.21 | 25.14 | 28.56 | - |
| YUV | 130.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 143 | 0 | 0.7 | 0.40 | 0.06 | 334.64 | 0.85 | 0.61 |
| Hex | F0 | 48 | 8F | 0 | 46 | 28 | 6 | 14F | 55 | 3D |
| Octal | 360 | 110 | 217 | 0 | 106 | 50 | 6 | 517 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10001111 | 0 | 1000110 | 101000 | 110 | 101001111 | 1010101 | 111101 |
Color Harmonies of #F0488F
Complementary color
Monochromatic Colors of #F0488F
Black with #F0488F
Text Example
Text Example
White with #F0488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0488F; }
p { color: rgb(240,72,143); }
H1.HeaderClassName
{
color: #F0488F;
}
.AnyTagClassName
{
color: #F0488F;
}
</style>
background-color css
<style>
a { background-color: #F0488F; }
a { background-color: rgb(240,72,143); }
div.DivClassName
{
background-color: #F0488F;
}
.BgClassName
{
background-color: #F0488F;
}
</style>
border-color css
<style>
span { border-color: #F0488F; }
span { border-color: rgb(240,72,143); }
td.TdClassName
{
border-color: #F0488F;
}
.TagClassName
{
border-color: #F0488F;
}
</style>