Shades of French Rose #F74779
Tints of French Rose #F74779
RGB
CMYK
RGB Variations
Color information
#F74779 (or 0xF74779) is known color: French Rose. HEX triplet: F7, 47 and 79. RGB value is (247,71,121). Sum of RGB (Red+Green+Blue) = 247+71+121=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F74779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74779 is #08B886. Grayscale: #818181. Windows color (decimal): -571527 or 7948279. OLE color: 7948279.
HSL color Cylindrical-coordinate representation of color #F74779: hue angle of 342.95º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F74779 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 121 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.03 |
| HSL | 342.95º | 0.92% | 0.62% | - |
| HSV(B) | 342.95º | 0.71% | 0.97% | - |
| XYZ | 44.06 | 25.66 | 20.72 | - |
| YUV | 129.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 121 | 0 | 0.71 | 0.51 | 0.03 | 342.95 | 0.92 | 0.62 |
| Hex | F7 | 47 | 79 | 0 | 47 | 33 | 3 | 157 | 5C | 3E |
| Octal | 367 | 107 | 171 | 0 | 107 | 63 | 3 | 527 | 134 | 76 |
| Binary | 11110111 | 1000111 | 1111001 | 0 | 1000111 | 110011 | 11 | 101010111 | 1011100 | 111110 |
Color Harmonies of #F74779
Complementary color
Monochromatic Colors of #F74779
Black with #F74779
Text Example
Text Example
White with #F74779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74779; }
p { color: rgb(247,71,121); }
H1.HeaderClassName
{
color: #F74779;
}
.AnyTagClassName
{
color: #F74779;
}
</style>
background-color css
<style>
a { background-color: #F74779; }
a { background-color: rgb(247,71,121); }
div.DivClassName
{
background-color: #F74779;
}
.BgClassName
{
background-color: #F74779;
}
</style>
border-color css
<style>
span { border-color: #F74779; }
span { border-color: rgb(247,71,121); }
td.TdClassName
{
border-color: #F74779;
}
.TagClassName
{
border-color: #F74779;
}
</style>