Shades of French Rose #F3497D
Tints of French Rose #F3497D
RGB
CMYK
RGB Variations
Color information
#F3497D (or 0xF3497D) is known color: French Rose. HEX triplet: F3, 49 and 7D. RGB value is (243,73,125). Sum of RGB (Red+Green+Blue) = 243+73+125=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F3497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3497D is #0CB682. Grayscale: #818181. Windows color (decimal): -833155 or 8210931. OLE color: 8210931.
HSL color Cylindrical-coordinate representation of color #F3497D: hue angle of 341.65º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3497D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 125 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.05 |
| HSL | 341.65º | 0.88% | 0.62% | - |
| HSV(B) | 341.65º | 0.7% | 0.95% | - |
| XYZ | 43.05 | 25.3 | 22.02 | - |
| YUV | 129.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 125 | 0 | 0.70 | 0.49 | 0.05 | 341.65 | 0.88 | 0.62 |
| Hex | F3 | 49 | 7D | 0 | 46 | 31 | 5 | 156 | 58 | 3E |
| Octal | 363 | 111 | 175 | 0 | 106 | 61 | 5 | 526 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1111101 | 0 | 1000110 | 110001 | 101 | 101010110 | 1011000 | 111110 |
Color Harmonies of #F3497D
Complementary color
Monochromatic Colors of #F3497D
Black with #F3497D
Text Example
Text Example
White with #F3497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3497D; }
p { color: rgb(243,73,125); }
H1.HeaderClassName
{
color: #F3497D;
}
.AnyTagClassName
{
color: #F3497D;
}
</style>
background-color css
<style>
a { background-color: #F3497D; }
a { background-color: rgb(243,73,125); }
div.DivClassName
{
background-color: #F3497D;
}
.BgClassName
{
background-color: #F3497D;
}
</style>
border-color css
<style>
span { border-color: #F3497D; }
span { border-color: rgb(243,73,125); }
td.TdClassName
{
border-color: #F3497D;
}
.TagClassName
{
border-color: #F3497D;
}
</style>