Shades of Wild Watermelon #F14C64
Tints of Wild Watermelon #F14C64
RGB
CMYK
RGB Variations
Color information
#F14C64 (or 0xF14C64) is known color: Wild Watermelon. HEX triplet: F1, 4C and 64. RGB value is (241,76,100). Sum of RGB (Red+Green+Blue) = 241+76+100=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C64 is #0EB39B. Grayscale: #808080. Windows color (decimal): -963484 or 6573297. OLE color: 6573297.
HSL color Cylindrical-coordinate representation of color #F14C64: hue angle of 351.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14C64 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 100 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.05 |
| HSL | 351.27º | 0.85% | 0.62% | - |
| HSV(B) | 351.27º | 0.68% | 0.95% | - |
| XYZ | 41.16 | 24.79 | 14.67 | - |
| YUV | 128.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 100 | 0 | 0.68 | 0.59 | 0.05 | 351.27 | 0.85 | 0.62 |
| Hex | F1 | 4C | 64 | 0 | 44 | 3B | 5 | 15F | 55 | 3E |
| Octal | 361 | 114 | 144 | 0 | 104 | 73 | 5 | 537 | 125 | 76 |
| Binary | 11110001 | 1001100 | 1100100 | 0 | 1000100 | 111011 | 101 | 101011111 | 1010101 | 111110 |
Color Harmonies of #F14C64
Complementary color
Monochromatic Colors of #F14C64
Black with #F14C64
Text Example
Text Example
White with #F14C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C64; }
p { color: rgb(241,76,100); }
H1.HeaderClassName
{
color: #F14C64;
}
.AnyTagClassName
{
color: #F14C64;
}
</style>
background-color css
<style>
a { background-color: #F14C64; }
a { background-color: rgb(241,76,100); }
div.DivClassName
{
background-color: #F14C64;
}
.BgClassName
{
background-color: #F14C64;
}
</style>
border-color css
<style>
span { border-color: #F14C64; }
span { border-color: rgb(241,76,100); }
td.TdClassName
{
border-color: #F14C64;
}
.TagClassName
{
border-color: #F14C64;
}
</style>