Shades of Wild Watermelon #F14E6E
Tints of Wild Watermelon #F14E6E
RGB
CMYK
RGB Variations
Color information
#F14E6E (or 0xF14E6E) is known color: Wild Watermelon. HEX triplet: F1, 4E and 6E. RGB value is (241,78,110). Sum of RGB (Red+Green+Blue) = 241+78+110=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E6E is #0EB191. Grayscale: #828282. Windows color (decimal): -962962 or 7229169. OLE color: 7229169.
HSL color Cylindrical-coordinate representation of color #F14E6E: hue angle of 348.22º degrees, saturation: 0.85, 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 #F14E6E is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 110 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.05 |
| HSL | 348.22º | 0.85% | 0.63% | - |
| HSV(B) | 348.22º | 0.68% | 0.95% | - |
| XYZ | 41.81 | 25.28 | 17.43 | - |
| YUV | 130.39 | 116.5 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 110 | 0 | 0.68 | 0.54 | 0.05 | 348.22 | 0.85 | 0.63 |
| Hex | F1 | 4E | 6E | 0 | 44 | 36 | 5 | 15C | 55 | 3F |
| Octal | 361 | 116 | 156 | 0 | 104 | 66 | 5 | 534 | 125 | 77 |
| Binary | 11110001 | 1001110 | 1101110 | 0 | 1000100 | 110110 | 101 | 101011100 | 1010101 | 111111 |
Color Harmonies of #F14E6E
Complementary color
Monochromatic Colors of #F14E6E
Black with #F14E6E
Text Example
Text Example
White with #F14E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E6E; }
p { color: rgb(241,78,110); }
H1.HeaderClassName
{
color: #F14E6E;
}
.AnyTagClassName
{
color: #F14E6E;
}
</style>
background-color css
<style>
a { background-color: #F14E6E; }
a { background-color: rgb(241,78,110); }
div.DivClassName
{
background-color: #F14E6E;
}
.BgClassName
{
background-color: #F14E6E;
}
</style>
border-color css
<style>
span { border-color: #F14E6E; }
span { border-color: rgb(241,78,110); }
td.TdClassName
{
border-color: #F14E6E;
}
.TagClassName
{
border-color: #F14E6E;
}
</style>