Shades of French Rose #F6518C
Tints of French Rose #F6518C
RGB
CMYK
RGB Variations
Color information
#F6518C (or 0xF6518C) is known color: French Rose. HEX triplet: F6, 51 and 8C. RGB value is (246,81,140). Sum of RGB (Red+Green+Blue) = 246+81+140=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6518C is #09AE73. Grayscale: #888888. Windows color (decimal): -634484 or 9196022. OLE color: 9196022.
HSL color Cylindrical-coordinate representation of color #F6518C: hue angle of 338.55º 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 #F6518C is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 140 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.04 |
| HSL | 338.55º | 0.9% | 0.64% | - |
| HSV(B) | 338.55º | 0.67% | 0.96% | - |
| XYZ | 45.68 | 27.37 | 27.69 | - |
| YUV | 137.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 140 | 0 | 0.67 | 0.43 | 0.04 | 338.55 | 0.9 | 0.64 |
| Hex | F6 | 51 | 8C | 0 | 43 | 2B | 4 | 153 | 5A | 40 |
| Octal | 366 | 121 | 214 | 0 | 103 | 53 | 4 | 523 | 132 | 100 |
| Binary | 11110110 | 1010001 | 10001100 | 0 | 1000011 | 101011 | 100 | 101010011 | 1011010 | 1000000 |
Color Harmonies of #F6518C
Complementary color
Monochromatic Colors of #F6518C
Black with #F6518C
Text Example
Text Example
White with #F6518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6518C; }
p { color: rgb(246,81,140); }
H1.HeaderClassName
{
color: #F6518C;
}
.AnyTagClassName
{
color: #F6518C;
}
</style>
background-color css
<style>
a { background-color: #F6518C; }
a { background-color: rgb(246,81,140); }
div.DivClassName
{
background-color: #F6518C;
}
.BgClassName
{
background-color: #F6518C;
}
</style>
border-color css
<style>
span { border-color: #F6518C; }
span { border-color: rgb(246,81,140); }
td.TdClassName
{
border-color: #F6518C;
}
.TagClassName
{
border-color: #F6518C;
}
</style>