Shades of French Rose #F7578A
Tints of French Rose #F7578A
RGB
CMYK
RGB Variations
Color information
#F7578A (or 0xF7578A) is known color: French Rose. HEX triplet: F7, 57 and 8A. RGB value is (247,87,138). Sum of RGB (Red+Green+Blue) = 247+87+138=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7578A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7578A is #08A875. Grayscale: #8C8C8C. Windows color (decimal): -567414 or 9066487. OLE color: 9066487.
HSL color Cylindrical-coordinate representation of color #F7578A: hue angle of 340.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7578A is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 87 | 138 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.03 |
| HSL | 340.88º | 0.91% | 0.65% | - |
| HSV(B) | 340.88º | 0.65% | 0.97% | - |
| XYZ | 46.35 | 28.43 | 27.09 | - |
| YUV | 140.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 87 | 138 | 0 | 0.65 | 0.44 | 0.03 | 340.88 | 0.91 | 0.65 |
| Hex | F7 | 57 | 8A | 0 | 41 | 2C | 3 | 155 | 5B | 41 |
| Octal | 367 | 127 | 212 | 0 | 101 | 54 | 3 | 525 | 133 | 101 |
| Binary | 11110111 | 1010111 | 10001010 | 0 | 1000001 | 101100 | 11 | 101010101 | 1011011 | 1000001 |
Color Harmonies of #F7578A
Complementary color
Monochromatic Colors of #F7578A
Black with #F7578A
Text Example
Text Example
White with #F7578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7578A; }
p { color: rgb(247,87,138); }
H1.HeaderClassName
{
color: #F7578A;
}
.AnyTagClassName
{
color: #F7578A;
}
</style>
background-color css
<style>
a { background-color: #F7578A; }
a { background-color: rgb(247,87,138); }
div.DivClassName
{
background-color: #F7578A;
}
.BgClassName
{
background-color: #F7578A;
}
</style>
border-color css
<style>
span { border-color: #F7578A; }
span { border-color: rgb(247,87,138); }
td.TdClassName
{
border-color: #F7578A;
}
.TagClassName
{
border-color: #F7578A;
}
</style>