Shades of French Rose #F74D92
Tints of French Rose #F74D92
RGB
CMYK
RGB Variations
Color information
#F74D92 (or 0xF74D92) is known color: French Rose. HEX triplet: F7, 4D and 92. RGB value is (247,77,146). Sum of RGB (Red+Green+Blue) = 247+77+146=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74D92 is #08B26D. Grayscale: #878787. Windows color (decimal): -569966 or 9588215. OLE color: 9588215.
HSL color Cylindrical-coordinate representation of color #F74D92: hue angle of 335.65º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74D92 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 146 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.03 |
| HSL | 335.65º | 0.91% | 0.64% | - |
| HSV(B) | 335.65º | 0.69% | 0.97% | - |
| XYZ | 46.2 | 27.16 | 30 | - |
| YUV | 135.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 146 | 0 | 0.69 | 0.41 | 0.03 | 335.65 | 0.91 | 0.64 |
| Hex | F7 | 4D | 92 | 0 | 45 | 29 | 3 | 150 | 5B | 40 |
| Octal | 367 | 115 | 222 | 0 | 105 | 51 | 3 | 520 | 133 | 100 |
| Binary | 11110111 | 1001101 | 10010010 | 0 | 1000101 | 101001 | 11 | 101010000 | 1011011 | 1000000 |
Color Harmonies of #F74D92
Complementary color
Monochromatic Colors of #F74D92
Black with #F74D92
Text Example
Text Example
White with #F74D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D92; }
p { color: rgb(247,77,146); }
H1.HeaderClassName
{
color: #F74D92;
}
.AnyTagClassName
{
color: #F74D92;
}
</style>
background-color css
<style>
a { background-color: #F74D92; }
a { background-color: rgb(247,77,146); }
div.DivClassName
{
background-color: #F74D92;
}
.BgClassName
{
background-color: #F74D92;
}
</style>
border-color css
<style>
span { border-color: #F74D92; }
span { border-color: rgb(247,77,146); }
td.TdClassName
{
border-color: #F74D92;
}
.TagClassName
{
border-color: #F74D92;
}
</style>