Shades of French Rose #F74A8F
Tints of French Rose #F74A8F
RGB
CMYK
RGB Variations
Color information
#F74A8F (or 0xF74A8F) is known color: French Rose. HEX triplet: F7, 4A and 8F. RGB value is (247,74,143). Sum of RGB (Red+Green+Blue) = 247+74+143=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74A8F is #08B570. Grayscale: #858585. Windows color (decimal): -570737 or 9390839. OLE color: 9390839.
HSL color Cylindrical-coordinate representation of color #F74A8F: hue angle of 336.07º degrees, saturation: 0.92, 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 #F74A8F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 143 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.03 |
| HSL | 336.07º | 0.92% | 0.63% | - |
| HSV(B) | 336.07º | 0.7% | 0.97% | - |
| XYZ | 45.76 | 26.65 | 28.72 | - |
| YUV | 133.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 143 | 0 | 0.70 | 0.42 | 0.03 | 336.07 | 0.92 | 0.63 |
| Hex | F7 | 4A | 8F | 0 | 46 | 2A | 3 | 150 | 5C | 3F |
| Octal | 367 | 112 | 217 | 0 | 106 | 52 | 3 | 520 | 134 | 77 |
| Binary | 11110111 | 1001010 | 10001111 | 0 | 1000110 | 101010 | 11 | 101010000 | 1011100 | 111111 |
Color Harmonies of #F74A8F
Complementary color
Monochromatic Colors of #F74A8F
Black with #F74A8F
Text Example
Text Example
White with #F74A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A8F; }
p { color: rgb(247,74,143); }
H1.HeaderClassName
{
color: #F74A8F;
}
.AnyTagClassName
{
color: #F74A8F;
}
</style>
background-color css
<style>
a { background-color: #F74A8F; }
a { background-color: rgb(247,74,143); }
div.DivClassName
{
background-color: #F74A8F;
}
.BgClassName
{
background-color: #F74A8F;
}
</style>
border-color css
<style>
span { border-color: #F74A8F; }
span { border-color: rgb(247,74,143); }
td.TdClassName
{
border-color: #F74A8F;
}
.TagClassName
{
border-color: #F74A8F;
}
</style>