Shades of French Rose #F05490
Tints of French Rose #F05490
RGB
CMYK
RGB Variations
Color information
#F05490 (or 0xF05490) is known color: French Rose. HEX triplet: F0, 54 and 90. RGB value is (240,84,144). Sum of RGB (Red+Green+Blue) = 240+84+144=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F05490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05490 is #0FAB6F. Grayscale: #898989. Windows color (decimal): -1026928 or 9458928. OLE color: 9458928.
HSL color Cylindrical-coordinate representation of color #F05490: hue angle of 336.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05490 is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 144 | - |
| CMYK | 0 | 0.65 | 0.4 | 0.06 |
| HSL | 336.92º | 0.84% | 0.64% | - |
| HSV(B) | 336.92º | 0.65% | 0.94% | - |
| XYZ | 44.14 | 26.88 | 29.25 | - |
| YUV | 137.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 144 | 0 | 0.65 | 0.4 | 0.06 | 336.92 | 0.84 | 0.64 |
| Hex | F0 | 54 | 90 | 0 | 41 | 28 | 6 | 151 | 54 | 40 |
| Octal | 360 | 124 | 220 | 0 | 101 | 50 | 6 | 521 | 124 | 100 |
| Binary | 11110000 | 1010100 | 10010000 | 0 | 1000001 | 101000 | 110 | 101010001 | 1010100 | 1000000 |
Color Harmonies of #F05490
Complementary color
Monochromatic Colors of #F05490
Black with #F05490
Text Example
Text Example
White with #F05490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05490; }
p { color: rgb(240,84,144); }
H1.HeaderClassName
{
color: #F05490;
}
.AnyTagClassName
{
color: #F05490;
}
</style>
background-color css
<style>
a { background-color: #F05490; }
a { background-color: rgb(240,84,144); }
div.DivClassName
{
background-color: #F05490;
}
.BgClassName
{
background-color: #F05490;
}
</style>
border-color css
<style>
span { border-color: #F05490; }
span { border-color: rgb(240,84,144); }
td.TdClassName
{
border-color: #F05490;
}
.TagClassName
{
border-color: #F05490;
}
</style>