Shades of Wild Watermelon #F34C73
Tints of Wild Watermelon #F34C73
RGB
CMYK
RGB Variations
Color information
#F34C73 (or 0xF34C73) is known color: Wild Watermelon. HEX triplet: F3, 4C and 73. RGB value is (243,76,115). Sum of RGB (Red+Green+Blue) = 243+76+115=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C73 is #0CB38C. Grayscale: #828282. Windows color (decimal): -832397 or 7556339. OLE color: 7556339.
HSL color Cylindrical-coordinate representation of color #F34C73: hue angle of 345.99º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34C73 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 115 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.05 |
| HSL | 345.99º | 0.87% | 0.63% | - |
| HSV(B) | 345.99º | 0.69% | 0.95% | - |
| XYZ | 42.64 | 25.46 | 18.89 | - |
| YUV | 130.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 115 | 0 | 0.69 | 0.53 | 0.05 | 345.99 | 0.87 | 0.63 |
| Hex | F3 | 4C | 73 | 0 | 45 | 35 | 5 | 15A | 57 | 3F |
| Octal | 363 | 114 | 163 | 0 | 105 | 65 | 5 | 532 | 127 | 77 |
| Binary | 11110011 | 1001100 | 1110011 | 0 | 1000101 | 110101 | 101 | 101011010 | 1010111 | 111111 |
Color Harmonies of #F34C73
Complementary color
Monochromatic Colors of #F34C73
Black with #F34C73
Text Example
Text Example
White with #F34C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C73; }
p { color: rgb(243,76,115); }
H1.HeaderClassName
{
color: #F34C73;
}
.AnyTagClassName
{
color: #F34C73;
}
</style>
background-color css
<style>
a { background-color: #F34C73; }
a { background-color: rgb(243,76,115); }
div.DivClassName
{
background-color: #F34C73;
}
.BgClassName
{
background-color: #F34C73;
}
</style>
border-color css
<style>
span { border-color: #F34C73; }
span { border-color: rgb(243,76,115); }
td.TdClassName
{
border-color: #F34C73;
}
.TagClassName
{
border-color: #F34C73;
}
</style>