Shades of French Rose #F74D84
Tints of French Rose #F74D84
RGB
CMYK
RGB Variations
Color information
#F74D84 (or 0xF74D84) is known color: French Rose. HEX triplet: F7, 4D and 84. RGB value is (247,77,132). Sum of RGB (Red+Green+Blue) = 247+77+132=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74D84 is #08B27B. Grayscale: #868686. Windows color (decimal): -569980 or 8670711. OLE color: 8670711.
HSL color Cylindrical-coordinate representation of color #F74D84: hue angle of 340.59º 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 #F74D84 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 132 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.03 |
| HSL | 340.59º | 0.91% | 0.64% | - |
| HSV(B) | 340.59º | 0.69% | 0.97% | - |
| XYZ | 45.18 | 26.75 | 24.61 | - |
| YUV | 134.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 132 | 0 | 0.69 | 0.47 | 0.03 | 340.59 | 0.91 | 0.64 |
| Hex | F7 | 4D | 84 | 0 | 45 | 2F | 3 | 155 | 5B | 40 |
| Octal | 367 | 115 | 204 | 0 | 105 | 57 | 3 | 525 | 133 | 100 |
| Binary | 11110111 | 1001101 | 10000100 | 0 | 1000101 | 101111 | 11 | 101010101 | 1011011 | 1000000 |
Color Harmonies of #F74D84
Complementary color
Monochromatic Colors of #F74D84
Black with #F74D84
Text Example
Text Example
White with #F74D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D84; }
p { color: rgb(247,77,132); }
H1.HeaderClassName
{
color: #F74D84;
}
.AnyTagClassName
{
color: #F74D84;
}
</style>
background-color css
<style>
a { background-color: #F74D84; }
a { background-color: rgb(247,77,132); }
div.DivClassName
{
background-color: #F74D84;
}
.BgClassName
{
background-color: #F74D84;
}
</style>
border-color css
<style>
span { border-color: #F74D84; }
span { border-color: rgb(247,77,132); }
td.TdClassName
{
border-color: #F74D84;
}
.TagClassName
{
border-color: #F74D84;
}
</style>