Shades of French Rose #F05A95
Tints of French Rose #F05A95
RGB
CMYK
RGB Variations
Color information
#F05A95 (or 0xF05A95) is known color: French Rose. HEX triplet: F0, 5A and 95. RGB value is (240,90,149). Sum of RGB (Red+Green+Blue) = 240+90+149=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05A95 is #0FA56A. Grayscale: #8D8D8D. Windows color (decimal): -1025387 or 9788144. OLE color: 9788144.
HSL color Cylindrical-coordinate representation of color #F05A95: hue angle of 336.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 #F05A95 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 149 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.06 |
| HSL | 336.4º | 0.83% | 0.65% | - |
| HSV(B) | 336.4º | 0.63% | 0.94% | - |
| XYZ | 45.02 | 28.01 | 31.47 | - |
| YUV | 141.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 149 | 0 | 0.62 | 0.38 | 0.06 | 336.4 | 0.83 | 0.65 |
| Hex | F0 | 5A | 95 | 0 | 3E | 26 | 6 | 150 | 53 | 41 |
| Octal | 360 | 132 | 225 | 0 | 76 | 46 | 6 | 520 | 123 | 101 |
| Binary | 11110000 | 1011010 | 10010101 | 0 | 111110 | 100110 | 110 | 101010000 | 1010011 | 1000001 |
Color Harmonies of #F05A95
Complementary color
Monochromatic Colors of #F05A95
Black with #F05A95
Text Example
Text Example
White with #F05A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A95; }
p { color: rgb(240,90,149); }
H1.HeaderClassName
{
color: #F05A95;
}
.AnyTagClassName
{
color: #F05A95;
}
</style>
background-color css
<style>
a { background-color: #F05A95; }
a { background-color: rgb(240,90,149); }
div.DivClassName
{
background-color: #F05A95;
}
.BgClassName
{
background-color: #F05A95;
}
</style>
border-color css
<style>
span { border-color: #F05A95; }
span { border-color: rgb(240,90,149); }
td.TdClassName
{
border-color: #F05A95;
}
.TagClassName
{
border-color: #F05A95;
}
</style>