Shades of French Rose #F34781
Tints of French Rose #F34781
RGB
CMYK
RGB Variations
Color information
#F34781 (or 0xF34781) is known color: French Rose. HEX triplet: F3, 47 and 81. RGB value is (243,71,129). Sum of RGB (Red+Green+Blue) = 243+71+129=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F34781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34781 is #0CB87E. Grayscale: #808080. Windows color (decimal): -833663 or 8472563. OLE color: 8472563.
HSL color Cylindrical-coordinate representation of color #F34781: hue angle of 339.77º 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 #F34781 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 129 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.05 |
| HSL | 339.77º | 0.88% | 0.62% | - |
| HSV(B) | 339.77º | 0.71% | 0.95% | - |
| XYZ | 43.18 | 25.15 | 23.35 | - |
| YUV | 129.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 129 | 0 | 0.71 | 0.47 | 0.05 | 339.77 | 0.88 | 0.62 |
| Hex | F3 | 47 | 81 | 0 | 47 | 2F | 5 | 154 | 58 | 3E |
| Octal | 363 | 107 | 201 | 0 | 107 | 57 | 5 | 524 | 130 | 76 |
| Binary | 11110011 | 1000111 | 10000001 | 0 | 1000111 | 101111 | 101 | 101010100 | 1011000 | 111110 |
Color Harmonies of #F34781
Complementary color
Monochromatic Colors of #F34781
Black with #F34781
Text Example
Text Example
White with #F34781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34781; }
p { color: rgb(243,71,129); }
H1.HeaderClassName
{
color: #F34781;
}
.AnyTagClassName
{
color: #F34781;
}
</style>
background-color css
<style>
a { background-color: #F34781; }
a { background-color: rgb(243,71,129); }
div.DivClassName
{
background-color: #F34781;
}
.BgClassName
{
background-color: #F34781;
}
</style>
border-color css
<style>
span { border-color: #F34781; }
span { border-color: rgb(243,71,129); }
td.TdClassName
{
border-color: #F34781;
}
.TagClassName
{
border-color: #F34781;
}
</style>