Shades of Wild Watermelon #F34C65
Tints of Wild Watermelon #F34C65
RGB
CMYK
RGB Variations
Color information
#F34C65 (or 0xF34C65) is known color: Wild Watermelon. HEX triplet: F3, 4C and 65. RGB value is (243,76,101). Sum of RGB (Red+Green+Blue) = 243+76+101=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C65 is #0CB39A. Grayscale: #808080. Windows color (decimal): -832411 or 6638835. OLE color: 6638835.
HSL color Cylindrical-coordinate representation of color #F34C65: hue angle of 351.02º 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 #F34C65 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 101 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.05 |
| HSL | 351.02º | 0.87% | 0.63% | - |
| HSV(B) | 351.02º | 0.69% | 0.95% | - |
| XYZ | 41.9 | 25.16 | 14.96 | - |
| YUV | 128.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 101 | 0 | 0.69 | 0.58 | 0.05 | 351.02 | 0.87 | 0.63 |
| Hex | F3 | 4C | 65 | 0 | 45 | 3A | 5 | 15F | 57 | 3F |
| Octal | 363 | 114 | 145 | 0 | 105 | 72 | 5 | 537 | 127 | 77 |
| Binary | 11110011 | 1001100 | 1100101 | 0 | 1000101 | 111010 | 101 | 101011111 | 1010111 | 111111 |
Color Harmonies of #F34C65
Complementary color
Monochromatic Colors of #F34C65
Black with #F34C65
Text Example
Text Example
White with #F34C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C65; }
p { color: rgb(243,76,101); }
H1.HeaderClassName
{
color: #F34C65;
}
.AnyTagClassName
{
color: #F34C65;
}
</style>
background-color css
<style>
a { background-color: #F34C65; }
a { background-color: rgb(243,76,101); }
div.DivClassName
{
background-color: #F34C65;
}
.BgClassName
{
background-color: #F34C65;
}
</style>
border-color css
<style>
span { border-color: #F34C65; }
span { border-color: rgb(243,76,101); }
td.TdClassName
{
border-color: #F34C65;
}
.TagClassName
{
border-color: #F34C65;
}
</style>