Shades of French Rose #F3497E
Tints of French Rose #F3497E
RGB
CMYK
RGB Variations
Color information
#F3497E (or 0xF3497E) is known color: French Rose. HEX triplet: F3, 49 and 7E. RGB value is (243,73,126). Sum of RGB (Red+Green+Blue) = 243+73+126=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F3497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3497E is #0CB681. Grayscale: #818181. Windows color (decimal): -833154 or 8276467. OLE color: 8276467.
HSL color Cylindrical-coordinate representation of color #F3497E: hue angle of 341.29º 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 #F3497E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 126 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.05 |
| HSL | 341.29º | 0.88% | 0.62% | - |
| HSV(B) | 341.29º | 0.7% | 0.95% | - |
| XYZ | 43.11 | 25.33 | 22.35 | - |
| YUV | 129.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 126 | 0 | 0.70 | 0.48 | 0.05 | 341.29 | 0.88 | 0.62 |
| Hex | F3 | 49 | 7E | 0 | 46 | 30 | 5 | 155 | 58 | 3E |
| Octal | 363 | 111 | 176 | 0 | 106 | 60 | 5 | 525 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1111110 | 0 | 1000110 | 110000 | 101 | 101010101 | 1011000 | 111110 |
Color Harmonies of #F3497E
Complementary color
Monochromatic Colors of #F3497E
Black with #F3497E
Text Example
Text Example
White with #F3497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3497E; }
p { color: rgb(243,73,126); }
H1.HeaderClassName
{
color: #F3497E;
}
.AnyTagClassName
{
color: #F3497E;
}
</style>
background-color css
<style>
a { background-color: #F3497E; }
a { background-color: rgb(243,73,126); }
div.DivClassName
{
background-color: #F3497E;
}
.BgClassName
{
background-color: #F3497E;
}
</style>
border-color css
<style>
span { border-color: #F3497E; }
span { border-color: rgb(243,73,126); }
td.TdClassName
{
border-color: #F3497E;
}
.TagClassName
{
border-color: #F3497E;
}
</style>