Shades of French Rose #F75488
Tints of French Rose #F75488
RGB
CMYK
RGB Variations
Color information
#F75488 (or 0xF75488) is known color: French Rose. HEX triplet: F7, 54 and 88. RGB value is (247,84,136). Sum of RGB (Red+Green+Blue) = 247+84+136=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F75488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75488 is #08AB77. Grayscale: #8A8A8A. Windows color (decimal): -568184 or 8934647. OLE color: 8934647.
HSL color Cylindrical-coordinate representation of color #F75488: hue angle of 340.86º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F75488 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 136 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.03 |
| HSL | 340.86º | 0.91% | 0.65% | - |
| HSV(B) | 340.86º | 0.66% | 0.97% | - |
| XYZ | 45.97 | 27.89 | 26.25 | - |
| YUV | 138.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 136 | 0 | 0.66 | 0.45 | 0.03 | 340.86 | 0.91 | 0.65 |
| Hex | F7 | 54 | 88 | 0 | 42 | 2D | 3 | 155 | 5B | 41 |
| Octal | 367 | 124 | 210 | 0 | 102 | 55 | 3 | 525 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10001000 | 0 | 1000010 | 101101 | 11 | 101010101 | 1011011 | 1000001 |
Color Harmonies of #F75488
Complementary color
Monochromatic Colors of #F75488
Black with #F75488
Text Example
Text Example
White with #F75488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75488; }
p { color: rgb(247,84,136); }
H1.HeaderClassName
{
color: #F75488;
}
.AnyTagClassName
{
color: #F75488;
}
</style>
background-color css
<style>
a { background-color: #F75488; }
a { background-color: rgb(247,84,136); }
div.DivClassName
{
background-color: #F75488;
}
.BgClassName
{
background-color: #F75488;
}
</style>
border-color css
<style>
span { border-color: #F75488; }
span { border-color: rgb(247,84,136); }
td.TdClassName
{
border-color: #F75488;
}
.TagClassName
{
border-color: #F75488;
}
</style>