Shades of French Rose #F34D99
Tints of French Rose #F34D99
RGB
CMYK
RGB Variations
Color information
#F34D99 (or 0xF34D99) is known color: French Rose. HEX triplet: F3, 4D and 99. RGB value is (243,77,153). Sum of RGB (Red+Green+Blue) = 243+77+153=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D99 is #0CB266. Grayscale: #878787. Windows color (decimal): -832103 or 10046963. OLE color: 10046963.
HSL color Cylindrical-coordinate representation of color #F34D99: hue angle of 332.53º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34D99 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 153 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.05 |
| HSL | 332.53º | 0.87% | 0.63% | - |
| HSV(B) | 332.53º | 0.68% | 0.95% | - |
| XYZ | 45.37 | 26.66 | 32.89 | - |
| YUV | 135.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 153 | 0 | 0.68 | 0.37 | 0.05 | 332.53 | 0.87 | 0.63 |
| Hex | F3 | 4D | 99 | 0 | 44 | 25 | 5 | 14D | 57 | 3F |
| Octal | 363 | 115 | 231 | 0 | 104 | 45 | 5 | 515 | 127 | 77 |
| Binary | 11110011 | 1001101 | 10011001 | 0 | 1000100 | 100101 | 101 | 101001101 | 1010111 | 111111 |
Color Harmonies of #F34D99
Complementary color
Monochromatic Colors of #F34D99
Black with #F34D99
Text Example
Text Example
White with #F34D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D99; }
p { color: rgb(243,77,153); }
H1.HeaderClassName
{
color: #F34D99;
}
.AnyTagClassName
{
color: #F34D99;
}
</style>
background-color css
<style>
a { background-color: #F34D99; }
a { background-color: rgb(243,77,153); }
div.DivClassName
{
background-color: #F34D99;
}
.BgClassName
{
background-color: #F34D99;
}
</style>
border-color css
<style>
span { border-color: #F34D99; }
span { border-color: rgb(243,77,153); }
td.TdClassName
{
border-color: #F34D99;
}
.TagClassName
{
border-color: #F34D99;
}
</style>