Shades of French Rose #F05390
Tints of French Rose #F05390
RGB
CMYK
RGB Variations
Color information
#F05390 (or 0xF05390) is known color: French Rose. HEX triplet: F0, 53 and 90. RGB value is (240,83,144). Sum of RGB (Red+Green+Blue) = 240+83+144=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F05390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05390 is #0FAC6F. Grayscale: #888888. Windows color (decimal): -1027184 or 9458672. OLE color: 9458672.
HSL color Cylindrical-coordinate representation of color #F05390: hue angle of 336.69º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05390 is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 144 | - |
| CMYK | 0 | 0.65 | 0.4 | 0.06 |
| HSL | 336.69º | 0.84% | 0.63% | - |
| HSV(B) | 336.69º | 0.65% | 0.94% | - |
| XYZ | 44.06 | 26.73 | 29.22 | - |
| YUV | 136.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 144 | 0 | 0.65 | 0.4 | 0.06 | 336.69 | 0.84 | 0.63 |
| Hex | F0 | 53 | 90 | 0 | 41 | 28 | 6 | 151 | 54 | 3F |
| Octal | 360 | 123 | 220 | 0 | 101 | 50 | 6 | 521 | 124 | 77 |
| Binary | 11110000 | 1010011 | 10010000 | 0 | 1000001 | 101000 | 110 | 101010001 | 1010100 | 111111 |
Color Harmonies of #F05390
Complementary color
Monochromatic Colors of #F05390
Black with #F05390
Text Example
Text Example
White with #F05390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05390; }
p { color: rgb(240,83,144); }
H1.HeaderClassName
{
color: #F05390;
}
.AnyTagClassName
{
color: #F05390;
}
</style>
background-color css
<style>
a { background-color: #F05390; }
a { background-color: rgb(240,83,144); }
div.DivClassName
{
background-color: #F05390;
}
.BgClassName
{
background-color: #F05390;
}
</style>
border-color css
<style>
span { border-color: #F05390; }
span { border-color: rgb(240,83,144); }
td.TdClassName
{
border-color: #F05390;
}
.TagClassName
{
border-color: #F05390;
}
</style>