Shades of Wild Watermelon #F34D6B
Tints of Wild Watermelon #F34D6B
RGB
CMYK
RGB Variations
Color information
#F34D6B (or 0xF34D6B) is known color: Wild Watermelon. HEX triplet: F3, 4D and 6B. RGB value is (243,77,107). Sum of RGB (Red+Green+Blue) = 243+77+107=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D6B is #0CB294. Grayscale: #828282. Windows color (decimal): -832149 or 7032307. OLE color: 7032307.
HSL color Cylindrical-coordinate representation of color #F34D6B: hue angle of 349.16º 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 #F34D6B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 107 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.05 |
| HSL | 349.16º | 0.87% | 0.63% | - |
| HSV(B) | 349.16º | 0.68% | 0.95% | - |
| XYZ | 42.27 | 25.42 | 16.59 | - |
| YUV | 130.05 | 115 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 107 | 0 | 0.68 | 0.56 | 0.05 | 349.16 | 0.87 | 0.63 |
| Hex | F3 | 4D | 6B | 0 | 44 | 38 | 5 | 15D | 57 | 3F |
| Octal | 363 | 115 | 153 | 0 | 104 | 70 | 5 | 535 | 127 | 77 |
| Binary | 11110011 | 1001101 | 1101011 | 0 | 1000100 | 111000 | 101 | 101011101 | 1010111 | 111111 |
Color Harmonies of #F34D6B
Complementary color
Monochromatic Colors of #F34D6B
Black with #F34D6B
Text Example
Text Example
White with #F34D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D6B; }
p { color: rgb(243,77,107); }
H1.HeaderClassName
{
color: #F34D6B;
}
.AnyTagClassName
{
color: #F34D6B;
}
</style>
background-color css
<style>
a { background-color: #F34D6B; }
a { background-color: rgb(243,77,107); }
div.DivClassName
{
background-color: #F34D6B;
}
.BgClassName
{
background-color: #F34D6B;
}
</style>
border-color css
<style>
span { border-color: #F34D6B; }
span { border-color: rgb(243,77,107); }
td.TdClassName
{
border-color: #F34D6B;
}
.TagClassName
{
border-color: #F34D6B;
}
</style>