Shades of French Rose #F74675
Tints of French Rose #F74675
RGB
CMYK
RGB Variations
Color information
#F74675 (or 0xF74675) is known color: French Rose. HEX triplet: F7, 46 and 75. RGB value is (247,70,117). Sum of RGB (Red+Green+Blue) = 247+70+117=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F74675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74675 is #08B98A. Grayscale: #808080. Windows color (decimal): -571787 or 7685879. OLE color: 7685879.
HSL color Cylindrical-coordinate representation of color #F74675: hue angle of 344.07º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74675 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 117 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.03 |
| HSL | 344.07º | 0.92% | 0.62% | - |
| HSV(B) | 344.07º | 0.72% | 0.97% | - |
| XYZ | 43.76 | 25.44 | 19.43 | - |
| YUV | 128.28 | 121.64 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 117 | 0 | 0.72 | 0.53 | 0.03 | 344.07 | 0.92 | 0.62 |
| Hex | F7 | 46 | 75 | 0 | 48 | 35 | 3 | 158 | 5C | 3E |
| Octal | 367 | 106 | 165 | 0 | 110 | 65 | 3 | 530 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1110101 | 0 | 1001000 | 110101 | 11 | 101011000 | 1011100 | 111110 |
Color Harmonies of #F74675
Complementary color
Monochromatic Colors of #F74675
Black with #F74675
Text Example
Text Example
White with #F74675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74675; }
p { color: rgb(247,70,117); }
H1.HeaderClassName
{
color: #F74675;
}
.AnyTagClassName
{
color: #F74675;
}
</style>
background-color css
<style>
a { background-color: #F74675; }
a { background-color: rgb(247,70,117); }
div.DivClassName
{
background-color: #F74675;
}
.BgClassName
{
background-color: #F74675;
}
</style>
border-color css
<style>
span { border-color: #F74675; }
span { border-color: rgb(247,70,117); }
td.TdClassName
{
border-color: #F74675;
}
.TagClassName
{
border-color: #F74675;
}
</style>