Shades of French Rose #F05A90
Tints of French Rose #F05A90
RGB
CMYK
RGB Variations
Color information
#F05A90 (or 0xF05A90) is known color: French Rose. HEX triplet: F0, 5A and 90. RGB value is (240,90,144). Sum of RGB (Red+Green+Blue) = 240+90+144=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05A90 is #0FA56F. Grayscale: #8C8C8C. Windows color (decimal): -1025392 or 9460464. OLE color: 9460464.
HSL color Cylindrical-coordinate representation of color #F05A90: hue angle of 338.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05A90 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 144 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.06 |
| HSL | 338.4º | 0.83% | 0.65% | - |
| HSV(B) | 338.4º | 0.63% | 0.94% | - |
| XYZ | 44.63 | 27.85 | 29.41 | - |
| YUV | 141.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 144 | 0 | 0.62 | 0.4 | 0.06 | 338.4 | 0.83 | 0.65 |
| Hex | F0 | 5A | 90 | 0 | 3E | 28 | 6 | 152 | 53 | 41 |
| Octal | 360 | 132 | 220 | 0 | 76 | 50 | 6 | 522 | 123 | 101 |
| Binary | 11110000 | 1011010 | 10010000 | 0 | 111110 | 101000 | 110 | 101010010 | 1010011 | 1000001 |
Color Harmonies of #F05A90
Complementary color
Monochromatic Colors of #F05A90
Black with #F05A90
Text Example
Text Example
White with #F05A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A90; }
p { color: rgb(240,90,144); }
H1.HeaderClassName
{
color: #F05A90;
}
.AnyTagClassName
{
color: #F05A90;
}
</style>
background-color css
<style>
a { background-color: #F05A90; }
a { background-color: rgb(240,90,144); }
div.DivClassName
{
background-color: #F05A90;
}
.BgClassName
{
background-color: #F05A90;
}
</style>
border-color css
<style>
span { border-color: #F05A90; }
span { border-color: rgb(240,90,144); }
td.TdClassName
{
border-color: #F05A90;
}
.TagClassName
{
border-color: #F05A90;
}
</style>