Shades of French Rose #F95192
Tints of French Rose #F95192
RGB
CMYK
RGB Variations
Color information
#F95192 (or 0xF95192) is known color: French Rose. HEX triplet: F9, 51 and 92. RGB value is (249,81,146). Sum of RGB (Red+Green+Blue) = 249+81+146=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F95192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95192 is #06AE6D. Grayscale: #8A8A8A. Windows color (decimal): -437870 or 9589241. OLE color: 9589241.
HSL color Cylindrical-coordinate representation of color #F95192: hue angle of 336.79º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F95192 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 146 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.02 |
| HSL | 336.79º | 0.93% | 0.65% | - |
| HSV(B) | 336.79º | 0.67% | 0.98% | - |
| XYZ | 47.2 | 28.1 | 30.13 | - |
| YUV | 138.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 146 | 0 | 0.67 | 0.41 | 0.02 | 336.79 | 0.93 | 0.65 |
| Hex | F9 | 51 | 92 | 0 | 43 | 29 | 2 | 151 | 5D | 41 |
| Octal | 371 | 121 | 222 | 0 | 103 | 51 | 2 | 521 | 135 | 101 |
| Binary | 11111001 | 1010001 | 10010010 | 0 | 1000011 | 101001 | 10 | 101010001 | 1011101 | 1000001 |
Color Harmonies of #F95192
Complementary color
Monochromatic Colors of #F95192
Black with #F95192
Text Example
Text Example
White with #F95192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95192; }
p { color: rgb(249,81,146); }
H1.HeaderClassName
{
color: #F95192;
}
.AnyTagClassName
{
color: #F95192;
}
</style>
background-color css
<style>
a { background-color: #F95192; }
a { background-color: rgb(249,81,146); }
div.DivClassName
{
background-color: #F95192;
}
.BgClassName
{
background-color: #F95192;
}
</style>
border-color css
<style>
span { border-color: #F95192; }
span { border-color: rgb(249,81,146); }
td.TdClassName
{
border-color: #F95192;
}
.TagClassName
{
border-color: #F95192;
}
</style>