Shades of French Rose #F75992
Tints of French Rose #F75992
RGB
CMYK
RGB Variations
Color information
#F75992 (or 0xF75992) is known color: French Rose. HEX triplet: F7, 59 and 92. RGB value is (247,89,146). Sum of RGB (Red+Green+Blue) = 247+89+146=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F75992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75992 is #08A66D. Grayscale: #8E8E8E. Windows color (decimal): -566894 or 9591287. OLE color: 9591287.
HSL color Cylindrical-coordinate representation of color #F75992: hue angle of 338.35º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75992 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 146 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.03 |
| HSL | 338.35º | 0.91% | 0.66% | - |
| HSV(B) | 338.35º | 0.64% | 0.97% | - |
| XYZ | 47.12 | 28.99 | 30.31 | - |
| YUV | 142.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 146 | 0 | 0.64 | 0.41 | 0.03 | 338.35 | 0.91 | 0.66 |
| Hex | F7 | 59 | 92 | 0 | 40 | 29 | 3 | 152 | 5B | 42 |
| Octal | 367 | 131 | 222 | 0 | 100 | 51 | 3 | 522 | 133 | 102 |
| Binary | 11110111 | 1011001 | 10010010 | 0 | 1000000 | 101001 | 11 | 101010010 | 1011011 | 1000010 |
Color Harmonies of #F75992
Complementary color
Monochromatic Colors of #F75992
Black with #F75992
Text Example
Text Example
White with #F75992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75992; }
p { color: rgb(247,89,146); }
H1.HeaderClassName
{
color: #F75992;
}
.AnyTagClassName
{
color: #F75992;
}
</style>
background-color css
<style>
a { background-color: #F75992; }
a { background-color: rgb(247,89,146); }
div.DivClassName
{
background-color: #F75992;
}
.BgClassName
{
background-color: #F75992;
}
</style>
border-color css
<style>
span { border-color: #F75992; }
span { border-color: rgb(247,89,146); }
td.TdClassName
{
border-color: #F75992;
}
.TagClassName
{
border-color: #F75992;
}
</style>