Shades of French Rose #F74880
Tints of French Rose #F74880
RGB
CMYK
RGB Variations
Color information
#F74880 (or 0xF74880) is known color: French Rose. HEX triplet: F7, 48 and 80. RGB value is (247,72,128). Sum of RGB (Red+Green+Blue) = 247+72+128=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F74880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74880 is #08B77F. Grayscale: #828282. Windows color (decimal): -571264 or 8407287. OLE color: 8407287.
HSL color Cylindrical-coordinate representation of color #F74880: hue angle of 340.8º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F74880 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 128 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.03 |
| HSL | 340.8º | 0.92% | 0.63% | - |
| HSV(B) | 340.8º | 0.71% | 0.97% | - |
| XYZ | 44.57 | 25.97 | 23.09 | - |
| YUV | 130.71 | 126.48 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 128 | 0 | 0.71 | 0.48 | 0.03 | 340.8 | 0.92 | 0.63 |
| Hex | F7 | 48 | 80 | 0 | 47 | 30 | 3 | 155 | 5C | 3F |
| Octal | 367 | 110 | 200 | 0 | 107 | 60 | 3 | 525 | 134 | 77 |
| Binary | 11110111 | 1001000 | 10000000 | 0 | 1000111 | 110000 | 11 | 101010101 | 1011100 | 111111 |
Color Harmonies of #F74880
Complementary color
Monochromatic Colors of #F74880
Black with #F74880
Text Example
Text Example
White with #F74880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74880; }
p { color: rgb(247,72,128); }
H1.HeaderClassName
{
color: #F74880;
}
.AnyTagClassName
{
color: #F74880;
}
</style>
background-color css
<style>
a { background-color: #F74880; }
a { background-color: rgb(247,72,128); }
div.DivClassName
{
background-color: #F74880;
}
.BgClassName
{
background-color: #F74880;
}
</style>
border-color css
<style>
span { border-color: #F74880; }
span { border-color: rgb(247,72,128); }
td.TdClassName
{
border-color: #F74880;
}
.TagClassName
{
border-color: #F74880;
}
</style>