Shades of French Rose #F34783
Tints of French Rose #F34783
RGB
CMYK
RGB Variations
Color information
#F34783 (or 0xF34783) is known color: French Rose. HEX triplet: F3, 47 and 83. RGB value is (243,71,131). Sum of RGB (Red+Green+Blue) = 243+71+131=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F34783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34783 is #0CB87C. Grayscale: #818181. Windows color (decimal): -833661 or 8603635. OLE color: 8603635.
HSL color Cylindrical-coordinate representation of color #F34783: hue angle of 339.07º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34783 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 131 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.05 |
| HSL | 339.07º | 0.88% | 0.62% | - |
| HSV(B) | 339.07º | 0.71% | 0.95% | - |
| XYZ | 43.31 | 25.2 | 24.05 | - |
| YUV | 129.27 | 128.98 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 131 | 0 | 0.71 | 0.46 | 0.05 | 339.07 | 0.88 | 0.62 |
| Hex | F3 | 47 | 83 | 0 | 47 | 2E | 5 | 153 | 58 | 3E |
| Octal | 363 | 107 | 203 | 0 | 107 | 56 | 5 | 523 | 130 | 76 |
| Binary | 11110011 | 1000111 | 10000011 | 0 | 1000111 | 101110 | 101 | 101010011 | 1011000 | 111110 |
Color Harmonies of #F34783
Complementary color
Monochromatic Colors of #F34783
Black with #F34783
Text Example
Text Example
White with #F34783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34783; }
p { color: rgb(243,71,131); }
H1.HeaderClassName
{
color: #F34783;
}
.AnyTagClassName
{
color: #F34783;
}
</style>
background-color css
<style>
a { background-color: #F34783; }
a { background-color: rgb(243,71,131); }
div.DivClassName
{
background-color: #F34783;
}
.BgClassName
{
background-color: #F34783;
}
</style>
border-color css
<style>
span { border-color: #F34783; }
span { border-color: rgb(243,71,131); }
td.TdClassName
{
border-color: #F34783;
}
.TagClassName
{
border-color: #F34783;
}
</style>