Shades of French Rose #F65385
Tints of French Rose #F65385
RGB
CMYK
RGB Variations
Color information
#F65385 (or 0xF65385) is known color: French Rose. HEX triplet: F6, 53 and 85. RGB value is (246,83,133). Sum of RGB (Red+Green+Blue) = 246+83+133=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F65385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65385 is #09AC7A. Grayscale: #898989. Windows color (decimal): -633979 or 8737782. OLE color: 8737782.
HSL color Cylindrical-coordinate representation of color #F65385: hue angle of 341.6º 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 #F65385 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 133 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.04 |
| HSL | 341.6º | 0.9% | 0.65% | - |
| HSV(B) | 341.6º | 0.66% | 0.96% | - |
| XYZ | 45.33 | 27.47 | 25.1 | - |
| YUV | 137.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 133 | 0 | 0.66 | 0.46 | 0.04 | 341.6 | 0.9 | 0.65 |
| Hex | F6 | 53 | 85 | 0 | 42 | 2E | 4 | 156 | 5A | 41 |
| Octal | 366 | 123 | 205 | 0 | 102 | 56 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10000101 | 0 | 1000010 | 101110 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65385
Complementary color
Monochromatic Colors of #F65385
Black with #F65385
Text Example
Text Example
White with #F65385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65385; }
p { color: rgb(246,83,133); }
H1.HeaderClassName
{
color: #F65385;
}
.AnyTagClassName
{
color: #F65385;
}
</style>
background-color css
<style>
a { background-color: #F65385; }
a { background-color: rgb(246,83,133); }
div.DivClassName
{
background-color: #F65385;
}
.BgClassName
{
background-color: #F65385;
}
</style>
border-color css
<style>
span { border-color: #F65385; }
span { border-color: rgb(246,83,133); }
td.TdClassName
{
border-color: #F65385;
}
.TagClassName
{
border-color: #F65385;
}
</style>