Shades of French Rose #F6507E
Tints of French Rose #F6507E
RGB
CMYK
RGB Variations
Color information
#F6507E (or 0xF6507E) is known color: French Rose. HEX triplet: F6, 50 and 7E. RGB value is (246,80,126). Sum of RGB (Red+Green+Blue) = 246+80+126=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F6507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6507E is #09AF81. Grayscale: #868686. Windows color (decimal): -634754 or 8278262. OLE color: 8278262.
HSL color Cylindrical-coordinate representation of color #F6507E: hue angle of 343.37º 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 #F6507E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 126 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.04 |
| HSL | 343.37º | 0.9% | 0.64% | - |
| HSV(B) | 343.37º | 0.67% | 0.96% | - |
| XYZ | 44.64 | 26.84 | 22.57 | - |
| YUV | 134.88 | 123 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 126 | 0 | 0.67 | 0.49 | 0.04 | 343.37 | 0.9 | 0.64 |
| Hex | F6 | 50 | 7E | 0 | 43 | 31 | 4 | 157 | 5A | 40 |
| Octal | 366 | 120 | 176 | 0 | 103 | 61 | 4 | 527 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1111110 | 0 | 1000011 | 110001 | 100 | 101010111 | 1011010 | 1000000 |
Color Harmonies of #F6507E
Complementary color
Monochromatic Colors of #F6507E
Black with #F6507E
Text Example
Text Example
White with #F6507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6507E; }
p { color: rgb(246,80,126); }
H1.HeaderClassName
{
color: #F6507E;
}
.AnyTagClassName
{
color: #F6507E;
}
</style>
background-color css
<style>
a { background-color: #F6507E; }
a { background-color: rgb(246,80,126); }
div.DivClassName
{
background-color: #F6507E;
}
.BgClassName
{
background-color: #F6507E;
}
</style>
border-color css
<style>
span { border-color: #F6507E; }
span { border-color: rgb(246,80,126); }
td.TdClassName
{
border-color: #F6507E;
}
.TagClassName
{
border-color: #F6507E;
}
</style>