Shades of French Rose #F7517F
Tints of French Rose #F7517F
RGB
CMYK
RGB Variations
Color information
#F7517F (or 0xF7517F) is known color: French Rose. HEX triplet: F7, 51 and 7F. RGB value is (247,81,127). Sum of RGB (Red+Green+Blue) = 247+81+127=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7517F is #08AE80. Grayscale: #878787. Windows color (decimal): -568961 or 8344055. OLE color: 8344055.
HSL color Cylindrical-coordinate representation of color #F7517F: hue angle of 343.37º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7517F is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 127 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.03 |
| HSL | 343.37º | 0.91% | 0.64% | - |
| HSV(B) | 343.37º | 0.67% | 0.97% | - |
| XYZ | 45.13 | 27.19 | 22.95 | - |
| YUV | 135.88 | 123 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 127 | 0 | 0.67 | 0.49 | 0.03 | 343.37 | 0.91 | 0.64 |
| Hex | F7 | 51 | 7F | 0 | 43 | 31 | 3 | 157 | 5B | 40 |
| Octal | 367 | 121 | 177 | 0 | 103 | 61 | 3 | 527 | 133 | 100 |
| Binary | 11110111 | 1010001 | 1111111 | 0 | 1000011 | 110001 | 11 | 101010111 | 1011011 | 1000000 |
Color Harmonies of #F7517F
Complementary color
Monochromatic Colors of #F7517F
Black with #F7517F
Text Example
Text Example
White with #F7517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7517F; }
p { color: rgb(247,81,127); }
H1.HeaderClassName
{
color: #F7517F;
}
.AnyTagClassName
{
color: #F7517F;
}
</style>
background-color css
<style>
a { background-color: #F7517F; }
a { background-color: rgb(247,81,127); }
div.DivClassName
{
background-color: #F7517F;
}
.BgClassName
{
background-color: #F7517F;
}
</style>
border-color css
<style>
span { border-color: #F7517F; }
span { border-color: rgb(247,81,127); }
td.TdClassName
{
border-color: #F7517F;
}
.TagClassName
{
border-color: #F7517F;
}
</style>