Shades of French Rose #F65393
Tints of French Rose #F65393
RGB
CMYK
RGB Variations
Color information
#F65393 (or 0xF65393) is known color: French Rose. HEX triplet: F6, 53 and 93. RGB value is (246,83,147). Sum of RGB (Red+Green+Blue) = 246+83+147=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F65393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65393 is #09AC6C. Grayscale: #8A8A8A. Windows color (decimal): -633965 or 9655286. OLE color: 9655286.
HSL color Cylindrical-coordinate representation of color #F65393: hue angle of 336.44º 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 #F65393 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 147 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.04 |
| HSL | 336.44º | 0.9% | 0.65% | - |
| HSV(B) | 336.44º | 0.66% | 0.96% | - |
| XYZ | 46.37 | 27.89 | 30.54 | - |
| YUV | 139.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 147 | 0 | 0.66 | 0.40 | 0.04 | 336.44 | 0.9 | 0.65 |
| Hex | F6 | 53 | 93 | 0 | 42 | 28 | 4 | 150 | 5A | 41 |
| Octal | 366 | 123 | 223 | 0 | 102 | 50 | 4 | 520 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10010011 | 0 | 1000010 | 101000 | 100 | 101010000 | 1011010 | 1000001 |
Color Harmonies of #F65393
Complementary color
Monochromatic Colors of #F65393
Black with #F65393
Text Example
Text Example
White with #F65393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65393; }
p { color: rgb(246,83,147); }
H1.HeaderClassName
{
color: #F65393;
}
.AnyTagClassName
{
color: #F65393;
}
</style>
background-color css
<style>
a { background-color: #F65393; }
a { background-color: rgb(246,83,147); }
div.DivClassName
{
background-color: #F65393;
}
.BgClassName
{
background-color: #F65393;
}
</style>
border-color css
<style>
span { border-color: #F65393; }
span { border-color: rgb(246,83,147); }
td.TdClassName
{
border-color: #F65393;
}
.TagClassName
{
border-color: #F65393;
}
</style>