Shades of French Rose #F74C7E
Tints of French Rose #F74C7E
RGB
CMYK
RGB Variations
Color information
#F74C7E (or 0xF74C7E) is known color: French Rose. HEX triplet: F7, 4C and 7E. RGB value is (247,76,126). Sum of RGB (Red+Green+Blue) = 247+76+126=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74C7E is #08B381. Grayscale: #848484. Windows color (decimal): -570242 or 8277239. OLE color: 8277239.
HSL color Cylindrical-coordinate representation of color #F74C7E: hue angle of 342.46º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74C7E is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 126 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.03 |
| HSL | 342.46º | 0.91% | 0.63% | - |
| HSV(B) | 342.46º | 0.69% | 0.97% | - |
| XYZ | 44.71 | 26.45 | 22.49 | - |
| YUV | 132.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 126 | 0 | 0.69 | 0.49 | 0.03 | 342.46 | 0.91 | 0.63 |
| Hex | F7 | 4C | 7E | 0 | 45 | 31 | 3 | 156 | 5B | 3F |
| Octal | 367 | 114 | 176 | 0 | 105 | 61 | 3 | 526 | 133 | 77 |
| Binary | 11110111 | 1001100 | 1111110 | 0 | 1000101 | 110001 | 11 | 101010110 | 1011011 | 111111 |
Color Harmonies of #F74C7E
Complementary color
Monochromatic Colors of #F74C7E
Black with #F74C7E
Text Example
Text Example
White with #F74C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74C7E; }
p { color: rgb(247,76,126); }
H1.HeaderClassName
{
color: #F74C7E;
}
.AnyTagClassName
{
color: #F74C7E;
}
</style>
background-color css
<style>
a { background-color: #F74C7E; }
a { background-color: rgb(247,76,126); }
div.DivClassName
{
background-color: #F74C7E;
}
.BgClassName
{
background-color: #F74C7E;
}
</style>
border-color css
<style>
span { border-color: #F74C7E; }
span { border-color: rgb(247,76,126); }
td.TdClassName
{
border-color: #F74C7E;
}
.TagClassName
{
border-color: #F74C7E;
}
</style>