Shades of French Rose #F6498F
Tints of French Rose #F6498F
RGB
CMYK
RGB Variations
Color information
#F6498F (or 0xF6498F) is known color: French Rose. HEX triplet: F6, 49 and 8F. RGB value is (246,73,143). Sum of RGB (Red+Green+Blue) = 246+73+143=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F6498F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6498F is #09B670. Grayscale: #848484. Windows color (decimal): -636529 or 9390582. OLE color: 9390582.
HSL color Cylindrical-coordinate representation of color #F6498F: hue angle of 335.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6498F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 143 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.04 |
| HSL | 335.72º | 0.91% | 0.63% | - |
| HSV(B) | 335.72º | 0.7% | 0.96% | - |
| XYZ | 45.35 | 26.34 | 28.68 | - |
| YUV | 132.71 | 133.81 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 143 | 0 | 0.70 | 0.42 | 0.04 | 335.72 | 0.91 | 0.63 |
| Hex | F6 | 49 | 8F | 0 | 46 | 2A | 4 | 150 | 5B | 3F |
| Octal | 366 | 111 | 217 | 0 | 106 | 52 | 4 | 520 | 133 | 77 |
| Binary | 11110110 | 1001001 | 10001111 | 0 | 1000110 | 101010 | 100 | 101010000 | 1011011 | 111111 |
Color Harmonies of #F6498F
Complementary color
Monochromatic Colors of #F6498F
Black with #F6498F
Text Example
Text Example
White with #F6498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6498F; }
p { color: rgb(246,73,143); }
H1.HeaderClassName
{
color: #F6498F;
}
.AnyTagClassName
{
color: #F6498F;
}
</style>
background-color css
<style>
a { background-color: #F6498F; }
a { background-color: rgb(246,73,143); }
div.DivClassName
{
background-color: #F6498F;
}
.BgClassName
{
background-color: #F6498F;
}
</style>
border-color css
<style>
span { border-color: #F6498F; }
span { border-color: rgb(246,73,143); }
td.TdClassName
{
border-color: #F6498F;
}
.TagClassName
{
border-color: #F6498F;
}
</style>