Shades of French Rose #F75790
Tints of French Rose #F75790
RGB
CMYK
RGB Variations
Color information
#F75790 (or 0xF75790) is known color: French Rose. HEX triplet: F7, 57 and 90. RGB value is (247,87,144). Sum of RGB (Red+Green+Blue) = 247+87+144=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F75790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75790 is #08A86F. Grayscale: #8D8D8D. Windows color (decimal): -567408 or 9459703. OLE color: 9459703.
HSL color Cylindrical-coordinate representation of color #F75790: hue angle of 338.62º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F75790 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 87 | 144 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.03 |
| HSL | 338.63º | 0.91% | 0.65% | - |
| HSV(B) | 338.63º | 0.65% | 0.97% | - |
| XYZ | 46.8 | 28.6 | 29.44 | - |
| YUV | 141.34 | 129.51 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 87 | 144 | 0 | 0.65 | 0.42 | 0.03 | 338.63 | 0.91 | 0.65 |
| Hex | F7 | 57 | 90 | 0 | 41 | 2A | 3 | 153 | 5B | 41 |
| Octal | 367 | 127 | 220 | 0 | 101 | 52 | 3 | 523 | 133 | 101 |
| Binary | 11110111 | 1010111 | 10010000 | 0 | 1000001 | 101010 | 11 | 101010011 | 1011011 | 1000001 |
Color Harmonies of #F75790
Complementary color
Monochromatic Colors of #F75790
Black with #F75790
Text Example
Text Example
White with #F75790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75790; }
p { color: rgb(247,87,144); }
H1.HeaderClassName
{
color: #F75790;
}
.AnyTagClassName
{
color: #F75790;
}
</style>
background-color css
<style>
a { background-color: #F75790; }
a { background-color: rgb(247,87,144); }
div.DivClassName
{
background-color: #F75790;
}
.BgClassName
{
background-color: #F75790;
}
</style>
border-color css
<style>
span { border-color: #F75790; }
span { border-color: rgb(247,87,144); }
td.TdClassName
{
border-color: #F75790;
}
.TagClassName
{
border-color: #F75790;
}
</style>