Shades of French Rose #F74A7D
Tints of French Rose #F74A7D
RGB
CMYK
RGB Variations
Color information
#F74A7D (or 0xF74A7D) is known color: French Rose. HEX triplet: F7, 4A and 7D. RGB value is (247,74,125). Sum of RGB (Red+Green+Blue) = 247+74+125=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A7D is #08B582. Grayscale: #838383. Windows color (decimal): -570755 or 8211191. OLE color: 8211191.
HSL color Cylindrical-coordinate representation of color #F74A7D: hue angle of 342.31º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74A7D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 125 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.03 |
| HSL | 342.31º | 0.92% | 0.63% | - |
| HSV(B) | 342.31º | 0.7% | 0.97% | - |
| XYZ | 44.51 | 26.15 | 22.1 | - |
| YUV | 131.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 125 | 0 | 0.70 | 0.49 | 0.03 | 342.31 | 0.92 | 0.63 |
| Hex | F7 | 4A | 7D | 0 | 46 | 31 | 3 | 156 | 5C | 3F |
| Octal | 367 | 112 | 175 | 0 | 106 | 61 | 3 | 526 | 134 | 77 |
| Binary | 11110111 | 1001010 | 1111101 | 0 | 1000110 | 110001 | 11 | 101010110 | 1011100 | 111111 |
Color Harmonies of #F74A7D
Complementary color
Monochromatic Colors of #F74A7D
Black with #F74A7D
Text Example
Text Example
White with #F74A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A7D; }
p { color: rgb(247,74,125); }
H1.HeaderClassName
{
color: #F74A7D;
}
.AnyTagClassName
{
color: #F74A7D;
}
</style>
background-color css
<style>
a { background-color: #F74A7D; }
a { background-color: rgb(247,74,125); }
div.DivClassName
{
background-color: #F74A7D;
}
.BgClassName
{
background-color: #F74A7D;
}
</style>
border-color css
<style>
span { border-color: #F74A7D; }
span { border-color: rgb(247,74,125); }
td.TdClassName
{
border-color: #F74A7D;
}
.TagClassName
{
border-color: #F74A7D;
}
</style>