Shades of French Rose #F6477D
Tints of French Rose #F6477D
RGB
CMYK
RGB Variations
Color information
#F6477D (or 0xF6477D) is known color: French Rose. HEX triplet: F6, 47 and 7D. RGB value is (246,71,125). Sum of RGB (Red+Green+Blue) = 246+71+125=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6477D is #09B882. Grayscale: #818181. Windows color (decimal): -637059 or 8210422. OLE color: 8210422.
HSL color Cylindrical-coordinate representation of color #F6477D: hue angle of 341.49º 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 #F6477D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 125 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.04 |
| HSL | 341.49º | 0.91% | 0.62% | - |
| HSV(B) | 341.49º | 0.71% | 0.96% | - |
| XYZ | 43.96 | 25.58 | 22.02 | - |
| YUV | 129.48 | 125.48 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 125 | 0 | 0.71 | 0.49 | 0.04 | 341.49 | 0.91 | 0.62 |
| Hex | F6 | 47 | 7D | 0 | 47 | 31 | 4 | 155 | 5B | 3E |
| Octal | 366 | 107 | 175 | 0 | 107 | 61 | 4 | 525 | 133 | 76 |
| Binary | 11110110 | 1000111 | 1111101 | 0 | 1000111 | 110001 | 100 | 101010101 | 1011011 | 111110 |
Color Harmonies of #F6477D
Complementary color
Monochromatic Colors of #F6477D
Black with #F6477D
Text Example
Text Example
White with #F6477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6477D; }
p { color: rgb(246,71,125); }
H1.HeaderClassName
{
color: #F6477D;
}
.AnyTagClassName
{
color: #F6477D;
}
</style>
background-color css
<style>
a { background-color: #F6477D; }
a { background-color: rgb(246,71,125); }
div.DivClassName
{
background-color: #F6477D;
}
.BgClassName
{
background-color: #F6477D;
}
</style>
border-color css
<style>
span { border-color: #F6477D; }
span { border-color: rgb(246,71,125); }
td.TdClassName
{
border-color: #F6477D;
}
.TagClassName
{
border-color: #F6477D;
}
</style>