Shades of French Rose #F05894
Tints of French Rose #F05894
RGB
CMYK
RGB Variations
Color information
#F05894 (or 0xF05894) is known color: French Rose. HEX triplet: F0, 58 and 94. RGB value is (240,88,148). Sum of RGB (Red+Green+Blue) = 240+88+148=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F05894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05894 is #0FA76B. Grayscale: #8C8C8C. Windows color (decimal): -1025900 or 9722096. OLE color: 9722096.
HSL color Cylindrical-coordinate representation of color #F05894: hue angle of 336.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05894 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 148 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.06 |
| HSL | 336.32º | 0.84% | 0.64% | - |
| HSV(B) | 336.32º | 0.63% | 0.94% | - |
| XYZ | 44.77 | 27.64 | 30.99 | - |
| YUV | 140.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 148 | 0 | 0.63 | 0.38 | 0.06 | 336.32 | 0.84 | 0.64 |
| Hex | F0 | 58 | 94 | 0 | 3F | 26 | 6 | 150 | 54 | 40 |
| Octal | 360 | 130 | 224 | 0 | 77 | 46 | 6 | 520 | 124 | 100 |
| Binary | 11110000 | 1011000 | 10010100 | 0 | 111111 | 100110 | 110 | 101010000 | 1010100 | 1000000 |
Color Harmonies of #F05894
Complementary color
Monochromatic Colors of #F05894
Black with #F05894
Text Example
Text Example
White with #F05894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05894; }
p { color: rgb(240,88,148); }
H1.HeaderClassName
{
color: #F05894;
}
.AnyTagClassName
{
color: #F05894;
}
</style>
background-color css
<style>
a { background-color: #F05894; }
a { background-color: rgb(240,88,148); }
div.DivClassName
{
background-color: #F05894;
}
.BgClassName
{
background-color: #F05894;
}
</style>
border-color css
<style>
span { border-color: #F05894; }
span { border-color: rgb(240,88,148); }
td.TdClassName
{
border-color: #F05894;
}
.TagClassName
{
border-color: #F05894;
}
</style>