Shades of French Rose #F34D89
Tints of French Rose #F34D89
RGB
CMYK
RGB Variations
Color information
#F34D89 (or 0xF34D89) is known color: French Rose. HEX triplet: F3, 4D and 89. RGB value is (243,77,137). Sum of RGB (Red+Green+Blue) = 243+77+137=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D89 is #0CB276. Grayscale: #858585. Windows color (decimal): -832119 or 8998387. OLE color: 8998387.
HSL color Cylindrical-coordinate representation of color #F34D89: hue angle of 338.31º 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 #F34D89 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 137 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.05 |
| HSL | 338.31º | 0.87% | 0.63% | - |
| HSV(B) | 338.31º | 0.68% | 0.95% | - |
| XYZ | 44.13 | 26.17 | 26.39 | - |
| YUV | 133.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 137 | 0 | 0.68 | 0.44 | 0.05 | 338.31 | 0.87 | 0.63 |
| Hex | F3 | 4D | 89 | 0 | 44 | 2C | 5 | 152 | 57 | 3F |
| Octal | 363 | 115 | 211 | 0 | 104 | 54 | 5 | 522 | 127 | 77 |
| Binary | 11110011 | 1001101 | 10001001 | 0 | 1000100 | 101100 | 101 | 101010010 | 1010111 | 111111 |
Color Harmonies of #F34D89
Complementary color
Monochromatic Colors of #F34D89
Black with #F34D89
Text Example
Text Example
White with #F34D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D89; }
p { color: rgb(243,77,137); }
H1.HeaderClassName
{
color: #F34D89;
}
.AnyTagClassName
{
color: #F34D89;
}
</style>
background-color css
<style>
a { background-color: #F34D89; }
a { background-color: rgb(243,77,137); }
div.DivClassName
{
background-color: #F34D89;
}
.BgClassName
{
background-color: #F34D89;
}
</style>
border-color css
<style>
span { border-color: #F34D89; }
span { border-color: rgb(243,77,137); }
td.TdClassName
{
border-color: #F34D89;
}
.TagClassName
{
border-color: #F34D89;
}
</style>