Shades of French Rose #F65180
Tints of French Rose #F65180
RGB
CMYK
RGB Variations
Color information
#F65180 (or 0xF65180) is known color: French Rose. HEX triplet: F6, 51 and 80. RGB value is (246,81,128). Sum of RGB (Red+Green+Blue) = 246+81+128=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F65180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65180 is #09AE7F. Grayscale: #878787. Windows color (decimal): -634496 or 8409590. OLE color: 8409590.
HSL color Cylindrical-coordinate representation of color #F65180: hue angle of 342.91º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65180 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 128 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.04 |
| HSL | 342.91º | 0.9% | 0.64% | - |
| HSV(B) | 342.91º | 0.67% | 0.96% | - |
| XYZ | 44.84 | 27.04 | 23.28 | - |
| YUV | 135.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 128 | 0 | 0.67 | 0.48 | 0.04 | 342.91 | 0.9 | 0.64 |
| Hex | F6 | 51 | 80 | 0 | 43 | 30 | 4 | 157 | 5A | 40 |
| Octal | 366 | 121 | 200 | 0 | 103 | 60 | 4 | 527 | 132 | 100 |
| Binary | 11110110 | 1010001 | 10000000 | 0 | 1000011 | 110000 | 100 | 101010111 | 1011010 | 1000000 |
Color Harmonies of #F65180
Complementary color
Monochromatic Colors of #F65180
Black with #F65180
Text Example
Text Example
White with #F65180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65180; }
p { color: rgb(246,81,128); }
H1.HeaderClassName
{
color: #F65180;
}
.AnyTagClassName
{
color: #F65180;
}
</style>
background-color css
<style>
a { background-color: #F65180; }
a { background-color: rgb(246,81,128); }
div.DivClassName
{
background-color: #F65180;
}
.BgClassName
{
background-color: #F65180;
}
</style>
border-color css
<style>
span { border-color: #F65180; }
span { border-color: rgb(246,81,128); }
td.TdClassName
{
border-color: #F65180;
}
.TagClassName
{
border-color: #F65180;
}
</style>