Shades of French Rose #F34993
Tints of French Rose #F34993
RGB
CMYK
RGB Variations
Color information
#F34993 (or 0xF34993) is known color: French Rose. HEX triplet: F3, 49 and 93. RGB value is (243,73,147). Sum of RGB (Red+Green+Blue) = 243+73+147=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F34993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34993 is #0CB66C. Grayscale: #848484. Windows color (decimal): -833133 or 9652723. OLE color: 9652723.
HSL color Cylindrical-coordinate representation of color #F34993: hue angle of 333.88º 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 #F34993 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 147 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.05 |
| HSL | 333.88º | 0.88% | 0.62% | - |
| HSV(B) | 333.88º | 0.7% | 0.95% | - |
| XYZ | 44.61 | 25.93 | 30.26 | - |
| YUV | 132.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 147 | 0 | 0.70 | 0.40 | 0.05 | 333.88 | 0.88 | 0.62 |
| Hex | F3 | 49 | 93 | 0 | 46 | 28 | 5 | 14E | 58 | 3E |
| Octal | 363 | 111 | 223 | 0 | 106 | 50 | 5 | 516 | 130 | 76 |
| Binary | 11110011 | 1001001 | 10010011 | 0 | 1000110 | 101000 | 101 | 101001110 | 1011000 | 111110 |
Color Harmonies of #F34993
Complementary color
Monochromatic Colors of #F34993
Black with #F34993
Text Example
Text Example
White with #F34993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34993; }
p { color: rgb(243,73,147); }
H1.HeaderClassName
{
color: #F34993;
}
.AnyTagClassName
{
color: #F34993;
}
</style>
background-color css
<style>
a { background-color: #F34993; }
a { background-color: rgb(243,73,147); }
div.DivClassName
{
background-color: #F34993;
}
.BgClassName
{
background-color: #F34993;
}
</style>
border-color css
<style>
span { border-color: #F34993; }
span { border-color: rgb(243,73,147); }
td.TdClassName
{
border-color: #F34993;
}
.TagClassName
{
border-color: #F34993;
}
</style>