Shades of Wild Watermelon #F14C67
Tints of Wild Watermelon #F14C67
RGB
CMYK
RGB Variations
Color information
#F14C67 (or 0xF14C67) is known color: Wild Watermelon. HEX triplet: F1, 4C and 67. RGB value is (241,76,103). Sum of RGB (Red+Green+Blue) = 241+76+103=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C67 is #0EB398. Grayscale: #808080. Windows color (decimal): -963481 or 6769905. OLE color: 6769905.
HSL color Cylindrical-coordinate representation of color #F14C67: hue angle of 350.18º 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 #F14C67 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 103 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.05 |
| HSL | 350.18º | 0.85% | 0.62% | - |
| HSV(B) | 350.18º | 0.68% | 0.95% | - |
| XYZ | 41.31 | 24.85 | 15.45 | - |
| YUV | 128.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 103 | 0 | 0.68 | 0.57 | 0.05 | 350.18 | 0.85 | 0.62 |
| Hex | F1 | 4C | 67 | 0 | 44 | 39 | 5 | 15E | 55 | 3E |
| Octal | 361 | 114 | 147 | 0 | 104 | 71 | 5 | 536 | 125 | 76 |
| Binary | 11110001 | 1001100 | 1100111 | 0 | 1000100 | 111001 | 101 | 101011110 | 1010101 | 111110 |
Color Harmonies of #F14C67
Complementary color
Monochromatic Colors of #F14C67
Black with #F14C67
Text Example
Text Example
White with #F14C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C67; }
p { color: rgb(241,76,103); }
H1.HeaderClassName
{
color: #F14C67;
}
.AnyTagClassName
{
color: #F14C67;
}
</style>
background-color css
<style>
a { background-color: #F14C67; }
a { background-color: rgb(241,76,103); }
div.DivClassName
{
background-color: #F14C67;
}
.BgClassName
{
background-color: #F14C67;
}
</style>
border-color css
<style>
span { border-color: #F14C67; }
span { border-color: rgb(241,76,103); }
td.TdClassName
{
border-color: #F14C67;
}
.TagClassName
{
border-color: #F14C67;
}
</style>