Shades of French Rose #F65A90
Tints of French Rose #F65A90
RGB
CMYK
RGB Variations
Color information
#F65A90 (or 0xF65A90) is known color: French Rose. HEX triplet: F6, 5A and 90. RGB value is (246,90,144). Sum of RGB (Red+Green+Blue) = 246+90+144=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65A90 is #09A56F. Grayscale: #8E8E8E. Windows color (decimal): -632176 or 9460470. OLE color: 9460470.
HSL color Cylindrical-coordinate representation of color #F65A90: hue angle of 339.23º 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 #F65A90 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 144 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.04 |
| HSL | 339.23º | 0.9% | 0.66% | - |
| HSV(B) | 339.23º | 0.63% | 0.96% | - |
| XYZ | 46.7 | 28.92 | 29.51 | - |
| YUV | 142.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 144 | 0 | 0.63 | 0.41 | 0.04 | 339.23 | 0.9 | 0.66 |
| Hex | F6 | 5A | 90 | 0 | 3F | 29 | 4 | 153 | 5A | 42 |
| Octal | 366 | 132 | 220 | 0 | 77 | 51 | 4 | 523 | 132 | 102 |
| Binary | 11110110 | 1011010 | 10010000 | 0 | 111111 | 101001 | 100 | 101010011 | 1011010 | 1000010 |
Color Harmonies of #F65A90
Complementary color
Monochromatic Colors of #F65A90
Black with #F65A90
Text Example
Text Example
White with #F65A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A90; }
p { color: rgb(246,90,144); }
H1.HeaderClassName
{
color: #F65A90;
}
.AnyTagClassName
{
color: #F65A90;
}
</style>
background-color css
<style>
a { background-color: #F65A90; }
a { background-color: rgb(246,90,144); }
div.DivClassName
{
background-color: #F65A90;
}
.BgClassName
{
background-color: #F65A90;
}
</style>
border-color css
<style>
span { border-color: #F65A90; }
span { border-color: rgb(246,90,144); }
td.TdClassName
{
border-color: #F65A90;
}
.TagClassName
{
border-color: #F65A90;
}
</style>