Shades of French Rose #F75385
Tints of French Rose #F75385
RGB
CMYK
RGB Variations
Color information
#F75385 (or 0xF75385) is known color: French Rose. HEX triplet: F7, 53 and 85. RGB value is (247,83,133). Sum of RGB (Red+Green+Blue) = 247+83+133=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F75385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75385 is #08AC7A. Grayscale: #898989. Windows color (decimal): -568443 or 8737783. OLE color: 8737783.
HSL color Cylindrical-coordinate representation of color #F75385: hue angle of 341.71º 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 #F75385 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 133 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.03 |
| HSL | 341.71º | 0.91% | 0.65% | - |
| HSV(B) | 341.71º | 0.66% | 0.97% | - |
| XYZ | 45.68 | 27.65 | 25.12 | - |
| YUV | 137.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 133 | 0 | 0.66 | 0.46 | 0.03 | 341.71 | 0.91 | 0.65 |
| Hex | F7 | 53 | 85 | 0 | 42 | 2E | 3 | 156 | 5B | 41 |
| Octal | 367 | 123 | 205 | 0 | 102 | 56 | 3 | 526 | 133 | 101 |
| Binary | 11110111 | 1010011 | 10000101 | 0 | 1000010 | 101110 | 11 | 101010110 | 1011011 | 1000001 |
Color Harmonies of #F75385
Complementary color
Monochromatic Colors of #F75385
Black with #F75385
Text Example
Text Example
White with #F75385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75385; }
p { color: rgb(247,83,133); }
H1.HeaderClassName
{
color: #F75385;
}
.AnyTagClassName
{
color: #F75385;
}
</style>
background-color css
<style>
a { background-color: #F75385; }
a { background-color: rgb(247,83,133); }
div.DivClassName
{
background-color: #F75385;
}
.BgClassName
{
background-color: #F75385;
}
</style>
border-color css
<style>
span { border-color: #F75385; }
span { border-color: rgb(247,83,133); }
td.TdClassName
{
border-color: #F75385;
}
.TagClassName
{
border-color: #F75385;
}
</style>