Shades of French Rose #F65888
Tints of French Rose #F65888
RGB
CMYK
RGB Variations
Color information
#F65888 (or 0xF65888) is known color: French Rose. HEX triplet: F6, 58 and 88. RGB value is (246,88,136). Sum of RGB (Red+Green+Blue) = 246+88+136=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F65888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65888 is #09A777. Grayscale: #8C8C8C. Windows color (decimal): -632696 or 8935670. OLE color: 8935670.
HSL color Cylindrical-coordinate representation of color #F65888: hue angle of 341.77º 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 #F65888 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 136 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.04 |
| HSL | 341.77º | 0.9% | 0.65% | - |
| HSV(B) | 341.77º | 0.64% | 0.96% | - |
| XYZ | 45.94 | 28.35 | 26.34 | - |
| YUV | 140.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 136 | 0 | 0.64 | 0.45 | 0.04 | 341.77 | 0.9 | 0.65 |
| Hex | F6 | 58 | 88 | 0 | 40 | 2D | 4 | 156 | 5A | 41 |
| Octal | 366 | 130 | 210 | 0 | 100 | 55 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1011000 | 10001000 | 0 | 1000000 | 101101 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65888
Complementary color
Monochromatic Colors of #F65888
Black with #F65888
Text Example
Text Example
White with #F65888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65888; }
p { color: rgb(246,88,136); }
H1.HeaderClassName
{
color: #F65888;
}
.AnyTagClassName
{
color: #F65888;
}
</style>
background-color css
<style>
a { background-color: #F65888; }
a { background-color: rgb(246,88,136); }
div.DivClassName
{
background-color: #F65888;
}
.BgClassName
{
background-color: #F65888;
}
</style>
border-color css
<style>
span { border-color: #F65888; }
span { border-color: rgb(246,88,136); }
td.TdClassName
{
border-color: #F65888;
}
.TagClassName
{
border-color: #F65888;
}
</style>