Shades of French Rose #F65384
Tints of French Rose #F65384
RGB
CMYK
RGB Variations
Color information
#F65384 (or 0xF65384) is known color: French Rose. HEX triplet: F6, 53 and 84. RGB value is (246,83,132). Sum of RGB (Red+Green+Blue) = 246+83+132=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F65384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65384 is #09AC7B. Grayscale: #898989. Windows color (decimal): -633980 or 8672246. OLE color: 8672246.
HSL color Cylindrical-coordinate representation of color #F65384: hue angle of 341.96º 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 #F65384 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 132 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.04 |
| HSL | 341.96º | 0.9% | 0.65% | - |
| HSV(B) | 341.96º | 0.66% | 0.96% | - |
| XYZ | 45.26 | 27.45 | 24.74 | - |
| YUV | 137.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 132 | 0 | 0.66 | 0.46 | 0.04 | 341.96 | 0.9 | 0.65 |
| Hex | F6 | 53 | 84 | 0 | 42 | 2E | 4 | 156 | 5A | 41 |
| Octal | 366 | 123 | 204 | 0 | 102 | 56 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10000100 | 0 | 1000010 | 101110 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65384
Complementary color
Monochromatic Colors of #F65384
Black with #F65384
Text Example
Text Example
White with #F65384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65384; }
p { color: rgb(246,83,132); }
H1.HeaderClassName
{
color: #F65384;
}
.AnyTagClassName
{
color: #F65384;
}
</style>
background-color css
<style>
a { background-color: #F65384; }
a { background-color: rgb(246,83,132); }
div.DivClassName
{
background-color: #F65384;
}
.BgClassName
{
background-color: #F65384;
}
</style>
border-color css
<style>
span { border-color: #F65384; }
span { border-color: rgb(246,83,132); }
td.TdClassName
{
border-color: #F65384;
}
.TagClassName
{
border-color: #F65384;
}
</style>