Shades of French Rose #F05090
Tints of French Rose #F05090
RGB
CMYK
RGB Variations
Color information
#F05090 (or 0xF05090) is known color: French Rose. HEX triplet: F0, 50 and 90. RGB value is (240,80,144). Sum of RGB (Red+Green+Blue) = 240+80+144=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F05090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05090 is #0FAF6F. Grayscale: #878787. Windows color (decimal): -1027952 or 9457904. OLE color: 9457904.
HSL color Cylindrical-coordinate representation of color #F05090: hue angle of 336º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F05090 is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 144 | - |
| CMYK | 0 | 0.67 | 0.4 | 0.06 |
| HSL | 336º | 0.84% | 0.63% | - |
| HSV(B) | 336º | 0.67% | 0.94% | - |
| XYZ | 43.84 | 26.28 | 29.15 | - |
| YUV | 135.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 144 | 0 | 0.67 | 0.4 | 0.06 | 336 | 0.84 | 0.63 |
| Hex | F0 | 50 | 90 | 0 | 43 | 28 | 6 | 150 | 54 | 3F |
| Octal | 360 | 120 | 220 | 0 | 103 | 50 | 6 | 520 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10010000 | 0 | 1000011 | 101000 | 110 | 101010000 | 1010100 | 111111 |
Color Harmonies of #F05090
Complementary color
Monochromatic Colors of #F05090
Black with #F05090
Text Example
Text Example
White with #F05090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05090; }
p { color: rgb(240,80,144); }
H1.HeaderClassName
{
color: #F05090;
}
.AnyTagClassName
{
color: #F05090;
}
</style>
background-color css
<style>
a { background-color: #F05090; }
a { background-color: rgb(240,80,144); }
div.DivClassName
{
background-color: #F05090;
}
.BgClassName
{
background-color: #F05090;
}
</style>
border-color css
<style>
span { border-color: #F05090; }
span { border-color: rgb(240,80,144); }
td.TdClassName
{
border-color: #F05090;
}
.TagClassName
{
border-color: #F05090;
}
</style>