Shades of French Rose #F65895
Tints of French Rose #F65895
RGB
CMYK
RGB Variations
Color information
#F65895 (or 0xF65895) is known color: French Rose. HEX triplet: F6, 58 and 95. RGB value is (246,88,149). Sum of RGB (Red+Green+Blue) = 246+88+149=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F65895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65895 is #09A76A. Grayscale: #8E8E8E. Windows color (decimal): -632683 or 9787638. OLE color: 9787638.
HSL color Cylindrical-coordinate representation of color #F65895: hue angle of 336.84º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65895 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 149 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.04 |
| HSL | 336.84º | 0.9% | 0.65% | - |
| HSV(B) | 336.84º | 0.64% | 0.96% | - |
| XYZ | 46.92 | 28.74 | 31.51 | - |
| YUV | 142.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 149 | 0 | 0.64 | 0.39 | 0.04 | 336.84 | 0.9 | 0.65 |
| Hex | F6 | 58 | 95 | 0 | 40 | 27 | 4 | 151 | 5A | 41 |
| Octal | 366 | 130 | 225 | 0 | 100 | 47 | 4 | 521 | 132 | 101 |
| Binary | 11110110 | 1011000 | 10010101 | 0 | 1000000 | 100111 | 100 | 101010001 | 1011010 | 1000001 |
Color Harmonies of #F65895
Complementary color
Monochromatic Colors of #F65895
Black with #F65895
Text Example
Text Example
White with #F65895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65895; }
p { color: rgb(246,88,149); }
H1.HeaderClassName
{
color: #F65895;
}
.AnyTagClassName
{
color: #F65895;
}
</style>
background-color css
<style>
a { background-color: #F65895; }
a { background-color: rgb(246,88,149); }
div.DivClassName
{
background-color: #F65895;
}
.BgClassName
{
background-color: #F65895;
}
</style>
border-color css
<style>
span { border-color: #F65895; }
span { border-color: rgb(246,88,149); }
td.TdClassName
{
border-color: #F65895;
}
.TagClassName
{
border-color: #F65895;
}
</style>