Shades of French Rose #F65485
Tints of French Rose #F65485
RGB
CMYK
RGB Variations
Color information
#F65485 (or 0xF65485) is known color: French Rose. HEX triplet: F6, 54 and 85. RGB value is (246,84,133). Sum of RGB (Red+Green+Blue) = 246+84+133=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F65485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65485 is #09AB7A. Grayscale: #898989. Windows color (decimal): -633723 or 8738038. OLE color: 8738038.
HSL color Cylindrical-coordinate representation of color #F65485: hue angle of 341.85º 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 #F65485 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 133 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.04 |
| HSL | 341.85º | 0.9% | 0.65% | - |
| HSV(B) | 341.85º | 0.66% | 0.96% | - |
| XYZ | 45.41 | 27.63 | 25.13 | - |
| YUV | 138.02 | 125.17 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 133 | 0 | 0.66 | 0.46 | 0.04 | 341.85 | 0.9 | 0.65 |
| Hex | F6 | 54 | 85 | 0 | 42 | 2E | 4 | 156 | 5A | 41 |
| Octal | 366 | 124 | 205 | 0 | 102 | 56 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1010100 | 10000101 | 0 | 1000010 | 101110 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65485
Complementary color
Monochromatic Colors of #F65485
Black with #F65485
Text Example
Text Example
White with #F65485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65485; }
p { color: rgb(246,84,133); }
H1.HeaderClassName
{
color: #F65485;
}
.AnyTagClassName
{
color: #F65485;
}
</style>
background-color css
<style>
a { background-color: #F65485; }
a { background-color: rgb(246,84,133); }
div.DivClassName
{
background-color: #F65485;
}
.BgClassName
{
background-color: #F65485;
}
</style>
border-color css
<style>
span { border-color: #F65485; }
span { border-color: rgb(246,84,133); }
td.TdClassName
{
border-color: #F65485;
}
.TagClassName
{
border-color: #F65485;
}
</style>