Shades of French Rose #F6487A
Tints of French Rose #F6487A
RGB
CMYK
RGB Variations
Color information
#F6487A (or 0xF6487A) is known color: French Rose. HEX triplet: F6, 48 and 7A. RGB value is (246,72,122). Sum of RGB (Red+Green+Blue) = 246+72+122=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6487A is #09B785. Grayscale: #818181. Windows color (decimal): -636806 or 8014070. OLE color: 8014070.
HSL color Cylindrical-coordinate representation of color #F6487A: hue angle of 342.76º 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 #F6487A is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 122 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.04 |
| HSL | 342.76º | 0.91% | 0.62% | - |
| HSV(B) | 342.76º | 0.71% | 0.96% | - |
| XYZ | 43.84 | 25.63 | 21.05 | - |
| YUV | 129.73 | 123.65 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 122 | 0 | 0.71 | 0.50 | 0.04 | 342.76 | 0.91 | 0.62 |
| Hex | F6 | 48 | 7A | 0 | 47 | 32 | 4 | 157 | 5B | 3E |
| Octal | 366 | 110 | 172 | 0 | 107 | 62 | 4 | 527 | 133 | 76 |
| Binary | 11110110 | 1001000 | 1111010 | 0 | 1000111 | 110010 | 100 | 101010111 | 1011011 | 111110 |
Color Harmonies of #F6487A
Complementary color
Monochromatic Colors of #F6487A
Black with #F6487A
Text Example
Text Example
White with #F6487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6487A; }
p { color: rgb(246,72,122); }
H1.HeaderClassName
{
color: #F6487A;
}
.AnyTagClassName
{
color: #F6487A;
}
</style>
background-color css
<style>
a { background-color: #F6487A; }
a { background-color: rgb(246,72,122); }
div.DivClassName
{
background-color: #F6487A;
}
.BgClassName
{
background-color: #F6487A;
}
</style>
border-color css
<style>
span { border-color: #F6487A; }
span { border-color: rgb(246,72,122); }
td.TdClassName
{
border-color: #F6487A;
}
.TagClassName
{
border-color: #F6487A;
}
</style>