Shades of French Rose #F34995
Tints of French Rose #F34995
RGB
CMYK
RGB Variations
Color information
#F34995 (or 0xF34995) is known color: French Rose. HEX triplet: F3, 49 and 95. RGB value is (243,73,149). Sum of RGB (Red+Green+Blue) = 243+73+149=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F34995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34995 is #0CB66A. Grayscale: #848484. Windows color (decimal): -833131 or 9783795. OLE color: 9783795.
HSL color Cylindrical-coordinate representation of color #F34995: hue angle of 333.18º 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 #F34995 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 149 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.05 |
| HSL | 333.18º | 0.88% | 0.62% | - |
| HSV(B) | 333.18º | 0.7% | 0.95% | - |
| XYZ | 44.77 | 25.99 | 31.09 | - |
| YUV | 132.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 149 | 0 | 0.70 | 0.39 | 0.05 | 333.18 | 0.88 | 0.62 |
| Hex | F3 | 49 | 95 | 0 | 46 | 27 | 5 | 14D | 58 | 3E |
| Octal | 363 | 111 | 225 | 0 | 106 | 47 | 5 | 515 | 130 | 76 |
| Binary | 11110011 | 1001001 | 10010101 | 0 | 1000110 | 100111 | 101 | 101001101 | 1011000 | 111110 |
Color Harmonies of #F34995
Complementary color
Monochromatic Colors of #F34995
Black with #F34995
Text Example
Text Example
White with #F34995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34995; }
p { color: rgb(243,73,149); }
H1.HeaderClassName
{
color: #F34995;
}
.AnyTagClassName
{
color: #F34995;
}
</style>
background-color css
<style>
a { background-color: #F34995; }
a { background-color: rgb(243,73,149); }
div.DivClassName
{
background-color: #F34995;
}
.BgClassName
{
background-color: #F34995;
}
</style>
border-color css
<style>
span { border-color: #F34995; }
span { border-color: rgb(243,73,149); }
td.TdClassName
{
border-color: #F34995;
}
.TagClassName
{
border-color: #F34995;
}
</style>