Shades of French Rose #F34880
Tints of French Rose #F34880
RGB
CMYK
RGB Variations
Color information
#F34880 (or 0xF34880) is known color: French Rose. HEX triplet: F3, 48 and 80. RGB value is (243,72,128). Sum of RGB (Red+Green+Blue) = 243+72+128=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F34880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34880 is #0CB77F. Grayscale: #818181. Windows color (decimal): -833408 or 8407283. OLE color: 8407283.
HSL color Cylindrical-coordinate representation of color #F34880: hue angle of 340.35º 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 #F34880 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 128 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.05 |
| HSL | 340.35º | 0.88% | 0.62% | - |
| HSV(B) | 340.35º | 0.7% | 0.95% | - |
| XYZ | 43.18 | 25.25 | 23.02 | - |
| YUV | 129.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 128 | 0 | 0.70 | 0.47 | 0.05 | 340.35 | 0.88 | 0.62 |
| Hex | F3 | 48 | 80 | 0 | 46 | 2F | 5 | 154 | 58 | 3E |
| Octal | 363 | 110 | 200 | 0 | 106 | 57 | 5 | 524 | 130 | 76 |
| Binary | 11110011 | 1001000 | 10000000 | 0 | 1000110 | 101111 | 101 | 101010100 | 1011000 | 111110 |
Color Harmonies of #F34880
Complementary color
Monochromatic Colors of #F34880
Black with #F34880
Text Example
Text Example
White with #F34880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34880; }
p { color: rgb(243,72,128); }
H1.HeaderClassName
{
color: #F34880;
}
.AnyTagClassName
{
color: #F34880;
}
</style>
background-color css
<style>
a { background-color: #F34880; }
a { background-color: rgb(243,72,128); }
div.DivClassName
{
background-color: #F34880;
}
.BgClassName
{
background-color: #F34880;
}
</style>
border-color css
<style>
span { border-color: #F34880; }
span { border-color: rgb(243,72,128); }
td.TdClassName
{
border-color: #F34880;
}
.TagClassName
{
border-color: #F34880;
}
</style>