Shades of French Rose #F75487
Tints of French Rose #F75487
RGB
CMYK
RGB Variations
Color information
#F75487 (or 0xF75487) is known color: French Rose. HEX triplet: F7, 54 and 87. RGB value is (247,84,135). Sum of RGB (Red+Green+Blue) = 247+84+135=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F75487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75487 is #08AB78. Grayscale: #8A8A8A. Windows color (decimal): -568185 or 8869111. OLE color: 8869111.
HSL color Cylindrical-coordinate representation of color #F75487: hue angle of 341.23º 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 #F75487 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 135 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.03 |
| HSL | 341.23º | 0.91% | 0.65% | - |
| HSV(B) | 341.23º | 0.66% | 0.97% | - |
| XYZ | 45.9 | 27.86 | 25.88 | - |
| YUV | 138.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 135 | 0 | 0.66 | 0.45 | 0.03 | 341.23 | 0.91 | 0.65 |
| Hex | F7 | 54 | 87 | 0 | 42 | 2D | 3 | 155 | 5B | 41 |
| Octal | 367 | 124 | 207 | 0 | 102 | 55 | 3 | 525 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10000111 | 0 | 1000010 | 101101 | 11 | 101010101 | 1011011 | 1000001 |
Color Harmonies of #F75487
Complementary color
Monochromatic Colors of #F75487
Black with #F75487
Text Example
Text Example
White with #F75487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75487; }
p { color: rgb(247,84,135); }
H1.HeaderClassName
{
color: #F75487;
}
.AnyTagClassName
{
color: #F75487;
}
</style>
background-color css
<style>
a { background-color: #F75487; }
a { background-color: rgb(247,84,135); }
div.DivClassName
{
background-color: #F75487;
}
.BgClassName
{
background-color: #F75487;
}
</style>
border-color css
<style>
span { border-color: #F75487; }
span { border-color: rgb(247,84,135); }
td.TdClassName
{
border-color: #F75487;
}
.TagClassName
{
border-color: #F75487;
}
</style>