Shades of French Rose #F05295
Tints of French Rose #F05295
RGB
CMYK
RGB Variations
Color information
#F05295 (or 0xF05295) is known color: French Rose. HEX triplet: F0, 52 and 95. RGB value is (240,82,149). Sum of RGB (Red+Green+Blue) = 240+82+149=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F05295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05295 is #0FAD6A. Grayscale: #888888. Windows color (decimal): -1027435 or 9786096. OLE color: 9786096.
HSL color Cylindrical-coordinate representation of color #F05295: hue angle of 334.56º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05295 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 149 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.06 |
| HSL | 334.56º | 0.84% | 0.63% | - |
| HSV(B) | 334.56º | 0.66% | 0.94% | - |
| XYZ | 44.38 | 26.73 | 31.25 | - |
| YUV | 136.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 149 | 0 | 0.66 | 0.38 | 0.06 | 334.56 | 0.84 | 0.63 |
| Hex | F0 | 52 | 95 | 0 | 42 | 26 | 6 | 14F | 54 | 3F |
| Octal | 360 | 122 | 225 | 0 | 102 | 46 | 6 | 517 | 124 | 77 |
| Binary | 11110000 | 1010010 | 10010101 | 0 | 1000010 | 100110 | 110 | 101001111 | 1010100 | 111111 |
Color Harmonies of #F05295
Complementary color
Monochromatic Colors of #F05295
Black with #F05295
Text Example
Text Example
White with #F05295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05295; }
p { color: rgb(240,82,149); }
H1.HeaderClassName
{
color: #F05295;
}
.AnyTagClassName
{
color: #F05295;
}
</style>
background-color css
<style>
a { background-color: #F05295; }
a { background-color: rgb(240,82,149); }
div.DivClassName
{
background-color: #F05295;
}
.BgClassName
{
background-color: #F05295;
}
</style>
border-color css
<style>
span { border-color: #F05295; }
span { border-color: rgb(240,82,149); }
td.TdClassName
{
border-color: #F05295;
}
.TagClassName
{
border-color: #F05295;
}
</style>