Shades of Wild Watermelon #F34971
Tints of Wild Watermelon #F34971
RGB
CMYK
RGB Variations
Color information
#F34971 (or 0xF34971) is known color: Wild Watermelon. HEX triplet: F3, 49 and 71. RGB value is (243,73,113). Sum of RGB (Red+Green+Blue) = 243+73+113=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F34971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34971 is #0CB68E. Grayscale: #808080. Windows color (decimal): -833167 or 7424499. OLE color: 7424499.
HSL color Cylindrical-coordinate representation of color #F34971: hue angle of 345.88º 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 #F34971 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 113 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.05 |
| HSL | 345.88º | 0.88% | 0.62% | - |
| HSV(B) | 345.88º | 0.7% | 0.95% | - |
| XYZ | 42.33 | 25.01 | 18.22 | - |
| YUV | 128.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 113 | 0 | 0.70 | 0.53 | 0.05 | 345.88 | 0.88 | 0.62 |
| Hex | F3 | 49 | 71 | 0 | 46 | 35 | 5 | 15A | 58 | 3E |
| Octal | 363 | 111 | 161 | 0 | 106 | 65 | 5 | 532 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1110001 | 0 | 1000110 | 110101 | 101 | 101011010 | 1011000 | 111110 |
Color Harmonies of #F34971
Complementary color
Monochromatic Colors of #F34971
Black with #F34971
Text Example
Text Example
White with #F34971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34971; }
p { color: rgb(243,73,113); }
H1.HeaderClassName
{
color: #F34971;
}
.AnyTagClassName
{
color: #F34971;
}
</style>
background-color css
<style>
a { background-color: #F34971; }
a { background-color: rgb(243,73,113); }
div.DivClassName
{
background-color: #F34971;
}
.BgClassName
{
background-color: #F34971;
}
</style>
border-color css
<style>
span { border-color: #F34971; }
span { border-color: rgb(243,73,113); }
td.TdClassName
{
border-color: #F34971;
}
.TagClassName
{
border-color: #F34971;
}
</style>