Shades of French Rose #F6487D
Tints of French Rose #F6487D
RGB
CMYK
RGB Variations
Color information
#F6487D (or 0xF6487D) is known color: French Rose. HEX triplet: F6, 48 and 7D. RGB value is (246,72,125). Sum of RGB (Red+Green+Blue) = 246+72+125=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6487D is #09B782. Grayscale: #828282. Windows color (decimal): -636803 or 8210678. OLE color: 8210678.
HSL color Cylindrical-coordinate representation of color #F6487D: hue angle of 341.72º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F6487D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 125 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.04 |
| HSL | 341.72º | 0.91% | 0.62% | - |
| HSV(B) | 341.72º | 0.71% | 0.96% | - |
| XYZ | 44.03 | 25.71 | 22.04 | - |
| YUV | 130.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 125 | 0 | 0.71 | 0.49 | 0.04 | 341.72 | 0.91 | 0.62 |
| Hex | F6 | 48 | 7D | 0 | 47 | 31 | 4 | 156 | 5B | 3E |
| Octal | 366 | 110 | 175 | 0 | 107 | 61 | 4 | 526 | 133 | 76 |
| Binary | 11110110 | 1001000 | 1111101 | 0 | 1000111 | 110001 | 100 | 101010110 | 1011011 | 111110 |
Color Harmonies of #F6487D
Complementary color
Monochromatic Colors of #F6487D
Black with #F6487D
Text Example
Text Example
White with #F6487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6487D; }
p { color: rgb(246,72,125); }
H1.HeaderClassName
{
color: #F6487D;
}
.AnyTagClassName
{
color: #F6487D;
}
</style>
background-color css
<style>
a { background-color: #F6487D; }
a { background-color: rgb(246,72,125); }
div.DivClassName
{
background-color: #F6487D;
}
.BgClassName
{
background-color: #F6487D;
}
</style>
border-color css
<style>
span { border-color: #F6487D; }
span { border-color: rgb(246,72,125); }
td.TdClassName
{
border-color: #F6487D;
}
.TagClassName
{
border-color: #F6487D;
}
</style>