Shades of French Rose #F74B7C
Tints of French Rose #F74B7C
RGB
CMYK
RGB Variations
Color information
#F74B7C (or 0xF74B7C) is known color: French Rose. HEX triplet: F7, 4B and 7C. RGB value is (247,75,124). Sum of RGB (Red+Green+Blue) = 247+75+124=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74B7C is #08B483. Grayscale: #838383. Windows color (decimal): -570500 or 8145911. OLE color: 8145911.
HSL color Cylindrical-coordinate representation of color #F74B7C: hue angle of 342.91º degrees, saturation: 0.91, 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 #F74B7C is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 124 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.03 |
| HSL | 342.91º | 0.91% | 0.63% | - |
| HSV(B) | 342.91º | 0.7% | 0.97% | - |
| XYZ | 44.51 | 26.26 | 21.79 | - |
| YUV | 132.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 124 | 0 | 0.70 | 0.50 | 0.03 | 342.91 | 0.91 | 0.63 |
| Hex | F7 | 4B | 7C | 0 | 46 | 32 | 3 | 157 | 5B | 3F |
| Octal | 367 | 113 | 174 | 0 | 106 | 62 | 3 | 527 | 133 | 77 |
| Binary | 11110111 | 1001011 | 1111100 | 0 | 1000110 | 110010 | 11 | 101010111 | 1011011 | 111111 |
Color Harmonies of #F74B7C
Complementary color
Monochromatic Colors of #F74B7C
Black with #F74B7C
Text Example
Text Example
White with #F74B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74B7C; }
p { color: rgb(247,75,124); }
H1.HeaderClassName
{
color: #F74B7C;
}
.AnyTagClassName
{
color: #F74B7C;
}
</style>
background-color css
<style>
a { background-color: #F74B7C; }
a { background-color: rgb(247,75,124); }
div.DivClassName
{
background-color: #F74B7C;
}
.BgClassName
{
background-color: #F74B7C;
}
</style>
border-color css
<style>
span { border-color: #F74B7C; }
span { border-color: rgb(247,75,124); }
td.TdClassName
{
border-color: #F74B7C;
}
.TagClassName
{
border-color: #F74B7C;
}
</style>