Shades of Wild Watermelon #F14E6B
Tints of Wild Watermelon #F14E6B
RGB
CMYK
RGB Variations
Color information
#F14E6B (or 0xF14E6B) is known color: Wild Watermelon. HEX triplet: F1, 4E and 6B. RGB value is (241,78,107). Sum of RGB (Red+Green+Blue) = 241+78+107=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E6B is #0EB194. Grayscale: #828282. Windows color (decimal): -962965 or 7032561. OLE color: 7032561.
HSL color Cylindrical-coordinate representation of color #F14E6B: hue angle of 349.33º 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 #F14E6B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 107 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.05 |
| HSL | 349.33º | 0.85% | 0.63% | - |
| HSV(B) | 349.33º | 0.68% | 0.95% | - |
| XYZ | 41.65 | 25.21 | 16.58 | - |
| YUV | 130.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 107 | 0 | 0.68 | 0.56 | 0.05 | 349.33 | 0.85 | 0.63 |
| Hex | F1 | 4E | 6B | 0 | 44 | 38 | 5 | 15D | 55 | 3F |
| Octal | 361 | 116 | 153 | 0 | 104 | 70 | 5 | 535 | 125 | 77 |
| Binary | 11110001 | 1001110 | 1101011 | 0 | 1000100 | 111000 | 101 | 101011101 | 1010101 | 111111 |
Color Harmonies of #F14E6B
Complementary color
Monochromatic Colors of #F14E6B
Black with #F14E6B
Text Example
Text Example
White with #F14E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E6B; }
p { color: rgb(241,78,107); }
H1.HeaderClassName
{
color: #F14E6B;
}
.AnyTagClassName
{
color: #F14E6B;
}
</style>
background-color css
<style>
a { background-color: #F14E6B; }
a { background-color: rgb(241,78,107); }
div.DivClassName
{
background-color: #F14E6B;
}
.BgClassName
{
background-color: #F14E6B;
}
</style>
border-color css
<style>
span { border-color: #F14E6B; }
span { border-color: rgb(241,78,107); }
td.TdClassName
{
border-color: #F14E6B;
}
.TagClassName
{
border-color: #F14E6B;
}
</style>