Shades of French Rose #F74E8F
Tints of French Rose #F74E8F
RGB
CMYK
RGB Variations
Color information
#F74E8F (or 0xF74E8F) is known color: French Rose. HEX triplet: F7, 4E and 8F. RGB value is (247,78,143). Sum of RGB (Red+Green+Blue) = 247+78+143=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74E8F is #08B170. Grayscale: #878787. Windows color (decimal): -569713 or 9391863. OLE color: 9391863.
HSL color Cylindrical-coordinate representation of color #F74E8F: hue angle of 336.92º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74E8F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 143 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.03 |
| HSL | 336.92º | 0.91% | 0.64% | - |
| HSV(B) | 336.92º | 0.68% | 0.97% | - |
| XYZ | 46.04 | 27.21 | 28.81 | - |
| YUV | 135.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 143 | 0 | 0.68 | 0.42 | 0.03 | 336.92 | 0.91 | 0.64 |
| Hex | F7 | 4E | 8F | 0 | 44 | 2A | 3 | 151 | 5B | 40 |
| Octal | 367 | 116 | 217 | 0 | 104 | 52 | 3 | 521 | 133 | 100 |
| Binary | 11110111 | 1001110 | 10001111 | 0 | 1000100 | 101010 | 11 | 101010001 | 1011011 | 1000000 |
Color Harmonies of #F74E8F
Complementary color
Monochromatic Colors of #F74E8F
Black with #F74E8F
Text Example
Text Example
White with #F74E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74E8F; }
p { color: rgb(247,78,143); }
H1.HeaderClassName
{
color: #F74E8F;
}
.AnyTagClassName
{
color: #F74E8F;
}
</style>
background-color css
<style>
a { background-color: #F74E8F; }
a { background-color: rgb(247,78,143); }
div.DivClassName
{
background-color: #F74E8F;
}
.BgClassName
{
background-color: #F74E8F;
}
</style>
border-color css
<style>
span { border-color: #F74E8F; }
span { border-color: rgb(247,78,143); }
td.TdClassName
{
border-color: #F74E8F;
}
.TagClassName
{
border-color: #F74E8F;
}
</style>