Shades of French Rose #F65585
Tints of French Rose #F65585
RGB
CMYK
RGB Variations
Color information
#F65585 (or 0xF65585) is known color: French Rose. HEX triplet: F6, 55 and 85. RGB value is (246,85,133). Sum of RGB (Red+Green+Blue) = 246+85+133=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F65585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65585 is #09AA7A. Grayscale: #8A8A8A. Windows color (decimal): -633467 or 8738294. OLE color: 8738294.
HSL color Cylindrical-coordinate representation of color #F65585: hue angle of 342.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65585 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 133 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 342.11º | 0.9% | 0.65% | - |
| HSV(B) | 342.11º | 0.65% | 0.96% | - |
| XYZ | 45.49 | 27.78 | 25.16 | - |
| YUV | 138.61 | 124.84 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 133 | 0 | 0.65 | 0.46 | 0.04 | 342.11 | 0.9 | 0.65 |
| Hex | F6 | 55 | 85 | 0 | 41 | 2E | 4 | 156 | 5A | 41 |
| Octal | 366 | 125 | 205 | 0 | 101 | 56 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10000101 | 0 | 1000001 | 101110 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65585
Complementary color
Monochromatic Colors of #F65585
Black with #F65585
Text Example
Text Example
White with #F65585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65585; }
p { color: rgb(246,85,133); }
H1.HeaderClassName
{
color: #F65585;
}
.AnyTagClassName
{
color: #F65585;
}
</style>
background-color css
<style>
a { background-color: #F65585; }
a { background-color: rgb(246,85,133); }
div.DivClassName
{
background-color: #F65585;
}
.BgClassName
{
background-color: #F65585;
}
</style>
border-color css
<style>
span { border-color: #F65585; }
span { border-color: rgb(246,85,133); }
td.TdClassName
{
border-color: #F65585;
}
.TagClassName
{
border-color: #F65585;
}
</style>