Shades of French Rose #F75192
Tints of French Rose #F75192
RGB
CMYK
RGB Variations
Color information
#F75192 (or 0xF75192) is known color: French Rose. HEX triplet: F7, 51 and 92. RGB value is (247,81,146). Sum of RGB (Red+Green+Blue) = 247+81+146=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F75192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75192 is #08AE6D. Grayscale: #898989. Windows color (decimal): -568942 or 9589239. OLE color: 9589239.
HSL color Cylindrical-coordinate representation of color #F75192: hue angle of 336.51º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F75192 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 146 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.03 |
| HSL | 336.51º | 0.91% | 0.64% | - |
| HSV(B) | 336.51º | 0.67% | 0.97% | - |
| XYZ | 46.49 | 27.73 | 30.1 | - |
| YUV | 138.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 146 | 0 | 0.67 | 0.41 | 0.03 | 336.51 | 0.91 | 0.64 |
| Hex | F7 | 51 | 92 | 0 | 43 | 29 | 3 | 151 | 5B | 40 |
| Octal | 367 | 121 | 222 | 0 | 103 | 51 | 3 | 521 | 133 | 100 |
| Binary | 11110111 | 1010001 | 10010010 | 0 | 1000011 | 101001 | 11 | 101010001 | 1011011 | 1000000 |
Color Harmonies of #F75192
Complementary color
Monochromatic Colors of #F75192
Black with #F75192
Text Example
Text Example
White with #F75192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75192; }
p { color: rgb(247,81,146); }
H1.HeaderClassName
{
color: #F75192;
}
.AnyTagClassName
{
color: #F75192;
}
</style>
background-color css
<style>
a { background-color: #F75192; }
a { background-color: rgb(247,81,146); }
div.DivClassName
{
background-color: #F75192;
}
.BgClassName
{
background-color: #F75192;
}
</style>
border-color css
<style>
span { border-color: #F75192; }
span { border-color: rgb(247,81,146); }
td.TdClassName
{
border-color: #F75192;
}
.TagClassName
{
border-color: #F75192;
}
</style>