Shades of French Rose #F65486
Tints of French Rose #F65486
RGB
CMYK
RGB Variations
Color information
#F65486 (or 0xF65486) is known color: French Rose. HEX triplet: F6, 54 and 86. RGB value is (246,84,134). Sum of RGB (Red+Green+Blue) = 246+84+134=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F65486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65486 is #09AB79. Grayscale: #8A8A8A. Windows color (decimal): -633722 or 8803574. OLE color: 8803574.
HSL color Cylindrical-coordinate representation of color #F65486: hue angle of 341.48º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65486 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 134 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.04 |
| HSL | 341.48º | 0.9% | 0.65% | - |
| HSV(B) | 341.48º | 0.66% | 0.96% | - |
| XYZ | 45.48 | 27.65 | 25.5 | - |
| YUV | 138.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 134 | 0 | 0.66 | 0.46 | 0.04 | 341.48 | 0.9 | 0.65 |
| Hex | F6 | 54 | 86 | 0 | 42 | 2E | 4 | 155 | 5A | 41 |
| Octal | 366 | 124 | 206 | 0 | 102 | 56 | 4 | 525 | 132 | 101 |
| Binary | 11110110 | 1010100 | 10000110 | 0 | 1000010 | 101110 | 100 | 101010101 | 1011010 | 1000001 |
Color Harmonies of #F65486
Complementary color
Monochromatic Colors of #F65486
Black with #F65486
Text Example
Text Example
White with #F65486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65486; }
p { color: rgb(246,84,134); }
H1.HeaderClassName
{
color: #F65486;
}
.AnyTagClassName
{
color: #F65486;
}
</style>
background-color css
<style>
a { background-color: #F65486; }
a { background-color: rgb(246,84,134); }
div.DivClassName
{
background-color: #F65486;
}
.BgClassName
{
background-color: #F65486;
}
</style>
border-color css
<style>
span { border-color: #F65486; }
span { border-color: rgb(246,84,134); }
td.TdClassName
{
border-color: #F65486;
}
.TagClassName
{
border-color: #F65486;
}
</style>