Shades of French Rose #F65C90
Tints of French Rose #F65C90
RGB
CMYK
RGB Variations
Color information
#F65C90 (or 0xF65C90) is known color: French Rose. HEX triplet: F6, 5C and 90. RGB value is (246,92,144). Sum of RGB (Red+Green+Blue) = 246+92+144=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C90 is #09A36F. Grayscale: #8F8F8F. Windows color (decimal): -631664 or 9460982. OLE color: 9460982.
HSL color Cylindrical-coordinate representation of color #F65C90: hue angle of 339.74º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C90 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 144 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.04 |
| HSL | 339.74º | 0.9% | 0.66% | - |
| HSV(B) | 339.74º | 0.63% | 0.96% | - |
| XYZ | 46.87 | 29.26 | 29.56 | - |
| YUV | 143.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 144 | 0 | 0.63 | 0.41 | 0.04 | 339.74 | 0.9 | 0.66 |
| Hex | F6 | 5C | 90 | 0 | 3F | 29 | 4 | 154 | 5A | 42 |
| Octal | 366 | 134 | 220 | 0 | 77 | 51 | 4 | 524 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10010000 | 0 | 111111 | 101001 | 100 | 101010100 | 1011010 | 1000010 |
Color Harmonies of #F65C90
Complementary color
Monochromatic Colors of #F65C90
Black with #F65C90
Text Example
Text Example
White with #F65C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C90; }
p { color: rgb(246,92,144); }
H1.HeaderClassName
{
color: #F65C90;
}
.AnyTagClassName
{
color: #F65C90;
}
</style>
background-color css
<style>
a { background-color: #F65C90; }
a { background-color: rgb(246,92,144); }
div.DivClassName
{
background-color: #F65C90;
}
.BgClassName
{
background-color: #F65C90;
}
</style>
border-color css
<style>
span { border-color: #F65C90; }
span { border-color: rgb(246,92,144); }
td.TdClassName
{
border-color: #F65C90;
}
.TagClassName
{
border-color: #F65C90;
}
</style>