Shades of French Rose #F65B8C
Tints of French Rose #F65B8C
RGB
CMYK
RGB Variations
Color information
#F65B8C (or 0xF65B8C) is known color: French Rose. HEX triplet: F6, 5B and 8C. RGB value is (246,91,140). Sum of RGB (Red+Green+Blue) = 246+91+140=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65B8C is #09A473. Grayscale: #8E8E8E. Windows color (decimal): -631924 or 9198582. OLE color: 9198582.
HSL color Cylindrical-coordinate representation of color #F65B8C: hue angle of 341.03º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65B8C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 140 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.04 |
| HSL | 341.03º | 0.9% | 0.66% | - |
| HSV(B) | 341.03º | 0.63% | 0.96% | - |
| XYZ | 46.48 | 28.97 | 27.95 | - |
| YUV | 142.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 140 | 0 | 0.63 | 0.43 | 0.04 | 341.03 | 0.9 | 0.66 |
| Hex | F6 | 5B | 8C | 0 | 3F | 2B | 4 | 155 | 5A | 42 |
| Octal | 366 | 133 | 214 | 0 | 77 | 53 | 4 | 525 | 132 | 102 |
| Binary | 11110110 | 1011011 | 10001100 | 0 | 111111 | 101011 | 100 | 101010101 | 1011010 | 1000010 |
Color Harmonies of #F65B8C
Complementary color
Monochromatic Colors of #F65B8C
Black with #F65B8C
Text Example
Text Example
White with #F65B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B8C; }
p { color: rgb(246,91,140); }
H1.HeaderClassName
{
color: #F65B8C;
}
.AnyTagClassName
{
color: #F65B8C;
}
</style>
background-color css
<style>
a { background-color: #F65B8C; }
a { background-color: rgb(246,91,140); }
div.DivClassName
{
background-color: #F65B8C;
}
.BgClassName
{
background-color: #F65B8C;
}
</style>
border-color css
<style>
span { border-color: #F65B8C; }
span { border-color: rgb(246,91,140); }
td.TdClassName
{
border-color: #F65B8C;
}
.TagClassName
{
border-color: #F65B8C;
}
</style>