Shades of French Rose #F65893
Tints of French Rose #F65893
RGB
CMYK
RGB Variations
Color information
#F65893 (or 0xF65893) is known color: French Rose. HEX triplet: F6, 58 and 93. RGB value is (246,88,147). Sum of RGB (Red+Green+Blue) = 246+88+147=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F65893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65893 is #09A76C. Grayscale: #8D8D8D. Windows color (decimal): -632685 or 9656566. OLE color: 9656566.
HSL color Cylindrical-coordinate representation of color #F65893: hue angle of 337.59º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65893 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 147 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.04 |
| HSL | 337.59º | 0.9% | 0.65% | - |
| HSV(B) | 337.59º | 0.64% | 0.96% | - |
| XYZ | 46.76 | 28.68 | 30.67 | - |
| YUV | 141.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 147 | 0 | 0.64 | 0.40 | 0.04 | 337.59 | 0.9 | 0.65 |
| Hex | F6 | 58 | 93 | 0 | 40 | 28 | 4 | 152 | 5A | 41 |
| Octal | 366 | 130 | 223 | 0 | 100 | 50 | 4 | 522 | 132 | 101 |
| Binary | 11110110 | 1011000 | 10010011 | 0 | 1000000 | 101000 | 100 | 101010010 | 1011010 | 1000001 |
Color Harmonies of #F65893
Complementary color
Monochromatic Colors of #F65893
Black with #F65893
Text Example
Text Example
White with #F65893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65893; }
p { color: rgb(246,88,147); }
H1.HeaderClassName
{
color: #F65893;
}
.AnyTagClassName
{
color: #F65893;
}
</style>
background-color css
<style>
a { background-color: #F65893; }
a { background-color: rgb(246,88,147); }
div.DivClassName
{
background-color: #F65893;
}
.BgClassName
{
background-color: #F65893;
}
</style>
border-color css
<style>
span { border-color: #F65893; }
span { border-color: rgb(246,88,147); }
td.TdClassName
{
border-color: #F65893;
}
.TagClassName
{
border-color: #F65893;
}
</style>