Shades of French Rose #F34D90
Tints of French Rose #F34D90
RGB
CMYK
RGB Variations
Color information
#F34D90 (or 0xF34D90) is known color: French Rose. HEX triplet: F3, 4D and 90. RGB value is (243,77,144). Sum of RGB (Red+Green+Blue) = 243+77+144=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D90 is #0CB26F. Grayscale: #868686. Windows color (decimal): -832112 or 9457139. OLE color: 9457139.
HSL color Cylindrical-coordinate representation of color #F34D90: hue angle of 335.78º 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 #F34D90 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 144 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.05 |
| HSL | 335.78º | 0.87% | 0.63% | - |
| HSV(B) | 335.78º | 0.68% | 0.95% | - |
| XYZ | 44.65 | 26.38 | 29.12 | - |
| YUV | 134.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 144 | 0 | 0.68 | 0.41 | 0.05 | 335.78 | 0.87 | 0.63 |
| Hex | F3 | 4D | 90 | 0 | 44 | 29 | 5 | 150 | 57 | 3F |
| Octal | 363 | 115 | 220 | 0 | 104 | 51 | 5 | 520 | 127 | 77 |
| Binary | 11110011 | 1001101 | 10010000 | 0 | 1000100 | 101001 | 101 | 101010000 | 1010111 | 111111 |
Color Harmonies of #F34D90
Complementary color
Monochromatic Colors of #F34D90
Black with #F34D90
Text Example
Text Example
White with #F34D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D90; }
p { color: rgb(243,77,144); }
H1.HeaderClassName
{
color: #F34D90;
}
.AnyTagClassName
{
color: #F34D90;
}
</style>
background-color css
<style>
a { background-color: #F34D90; }
a { background-color: rgb(243,77,144); }
div.DivClassName
{
background-color: #F34D90;
}
.BgClassName
{
background-color: #F34D90;
}
</style>
border-color css
<style>
span { border-color: #F34D90; }
span { border-color: rgb(243,77,144); }
td.TdClassName
{
border-color: #F34D90;
}
.TagClassName
{
border-color: #F34D90;
}
</style>