Shades of French Rose #F74F80
Tints of French Rose #F74F80
RGB
CMYK
RGB Variations
Color information
#F74F80 (or 0xF74F80) is known color: French Rose. HEX triplet: F7, 4F and 80. RGB value is (247,79,128). Sum of RGB (Red+Green+Blue) = 247+79+128=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F80 is #08B07F. Grayscale: #868686. Windows color (decimal): -569472 or 8409079. OLE color: 8409079.
HSL color Cylindrical-coordinate representation of color #F74F80: hue angle of 342.5º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F80 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 128 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.03 |
| HSL | 342.5º | 0.91% | 0.64% | - |
| HSV(B) | 342.5º | 0.68% | 0.97% | - |
| XYZ | 45.05 | 26.92 | 23.24 | - |
| YUV | 134.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 128 | 0 | 0.68 | 0.48 | 0.03 | 342.5 | 0.91 | 0.64 |
| Hex | F7 | 4F | 80 | 0 | 44 | 30 | 3 | 156 | 5B | 40 |
| Octal | 367 | 117 | 200 | 0 | 104 | 60 | 3 | 526 | 133 | 100 |
| Binary | 11110111 | 1001111 | 10000000 | 0 | 1000100 | 110000 | 11 | 101010110 | 1011011 | 1000000 |
Color Harmonies of #F74F80
Complementary color
Monochromatic Colors of #F74F80
Black with #F74F80
Text Example
Text Example
White with #F74F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74F80; }
p { color: rgb(247,79,128); }
H1.HeaderClassName
{
color: #F74F80;
}
.AnyTagClassName
{
color: #F74F80;
}
</style>
background-color css
<style>
a { background-color: #F74F80; }
a { background-color: rgb(247,79,128); }
div.DivClassName
{
background-color: #F74F80;
}
.BgClassName
{
background-color: #F74F80;
}
</style>
border-color css
<style>
span { border-color: #F74F80; }
span { border-color: rgb(247,79,128); }
td.TdClassName
{
border-color: #F74F80;
}
.TagClassName
{
border-color: #F74F80;
}
</style>