Shades of French Rose #F74E7D
Tints of French Rose #F74E7D
RGB
CMYK
RGB Variations
Color information
#F74E7D (or 0xF74E7D) is known color: French Rose. HEX triplet: F7, 4E and 7D. RGB value is (247,78,125). Sum of RGB (Red+Green+Blue) = 247+78+125=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74E7D is #08B182. Grayscale: #858585. Windows color (decimal): -569731 or 8212215. OLE color: 8212215.
HSL color Cylindrical-coordinate representation of color #F74E7D: hue angle of 343.31º 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 #F74E7D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 125 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.03 |
| HSL | 343.31º | 0.91% | 0.64% | - |
| HSV(B) | 343.31º | 0.68% | 0.97% | - |
| XYZ | 44.78 | 26.7 | 22.2 | - |
| YUV | 133.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 125 | 0 | 0.68 | 0.49 | 0.03 | 343.31 | 0.91 | 0.64 |
| Hex | F7 | 4E | 7D | 0 | 44 | 31 | 3 | 157 | 5B | 40 |
| Octal | 367 | 116 | 175 | 0 | 104 | 61 | 3 | 527 | 133 | 100 |
| Binary | 11110111 | 1001110 | 1111101 | 0 | 1000100 | 110001 | 11 | 101010111 | 1011011 | 1000000 |
Color Harmonies of #F74E7D
Complementary color
Monochromatic Colors of #F74E7D
Black with #F74E7D
Text Example
Text Example
White with #F74E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74E7D; }
p { color: rgb(247,78,125); }
H1.HeaderClassName
{
color: #F74E7D;
}
.AnyTagClassName
{
color: #F74E7D;
}
</style>
background-color css
<style>
a { background-color: #F74E7D; }
a { background-color: rgb(247,78,125); }
div.DivClassName
{
background-color: #F74E7D;
}
.BgClassName
{
background-color: #F74E7D;
}
</style>
border-color css
<style>
span { border-color: #F74E7D; }
span { border-color: rgb(247,78,125); }
td.TdClassName
{
border-color: #F74E7D;
}
.TagClassName
{
border-color: #F74E7D;
}
</style>