Shades of French Rose #F7588B
Tints of French Rose #F7588B
RGB
CMYK
RGB Variations
Color information
#F7588B (or 0xF7588B) is known color: French Rose. HEX triplet: F7, 58 and 8B. RGB value is (247,88,139). Sum of RGB (Red+Green+Blue) = 247+88+139=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7588B is #08A774. Grayscale: #8D8D8D. Windows color (decimal): -567157 or 9132279. OLE color: 9132279.
HSL color Cylindrical-coordinate representation of color #F7588B: hue angle of 340.75º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7588B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 139 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.03 |
| HSL | 340.75º | 0.91% | 0.66% | - |
| HSV(B) | 340.75º | 0.64% | 0.97% | - |
| XYZ | 46.51 | 28.62 | 27.5 | - |
| YUV | 141.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 139 | 0 | 0.64 | 0.44 | 0.03 | 340.75 | 0.91 | 0.66 |
| Hex | F7 | 58 | 8B | 0 | 40 | 2C | 3 | 155 | 5B | 42 |
| Octal | 367 | 130 | 213 | 0 | 100 | 54 | 3 | 525 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10001011 | 0 | 1000000 | 101100 | 11 | 101010101 | 1011011 | 1000010 |
Color Harmonies of #F7588B
Complementary color
Monochromatic Colors of #F7588B
Black with #F7588B
Text Example
Text Example
White with #F7588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7588B; }
p { color: rgb(247,88,139); }
H1.HeaderClassName
{
color: #F7588B;
}
.AnyTagClassName
{
color: #F7588B;
}
</style>
background-color css
<style>
a { background-color: #F7588B; }
a { background-color: rgb(247,88,139); }
div.DivClassName
{
background-color: #F7588B;
}
.BgClassName
{
background-color: #F7588B;
}
</style>
border-color css
<style>
span { border-color: #F7588B; }
span { border-color: rgb(247,88,139); }
td.TdClassName
{
border-color: #F7588B;
}
.TagClassName
{
border-color: #F7588B;
}
</style>