Shades of Wild Watermelon #F94E6C
Tints of Wild Watermelon #F94E6C
RGB
CMYK
RGB Variations
Color information
#F94E6C (or 0xF94E6C) is known color: Wild Watermelon. HEX triplet: F9, 4E and 6C. RGB value is (249,78,108). Sum of RGB (Red+Green+Blue) = 249+78+108=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E6C is #06B193. Grayscale: #848484. Windows color (decimal): -438676 or 7098105. OLE color: 7098105.
HSL color Cylindrical-coordinate representation of color #F94E6C: hue angle of 349.47º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94E6C is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 108 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.02 |
| HSL | 349.47º | 0.93% | 0.64% | - |
| HSV(B) | 349.47º | 0.69% | 0.98% | - |
| XYZ | 44.5 | 26.67 | 16.99 | - |
| YUV | 132.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 108 | 0 | 0.69 | 0.57 | 0.02 | 349.47 | 0.93 | 0.64 |
| Hex | F9 | 4E | 6C | 0 | 45 | 39 | 2 | 15D | 5D | 40 |
| Octal | 371 | 116 | 154 | 0 | 105 | 71 | 2 | 535 | 135 | 100 |
| Binary | 11111001 | 1001110 | 1101100 | 0 | 1000101 | 111001 | 10 | 101011101 | 1011101 | 1000000 |
Color Harmonies of #F94E6C
Complementary color
Monochromatic Colors of #F94E6C
Black with #F94E6C
Text Example
Text Example
White with #F94E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94E6C; }
p { color: rgb(249,78,108); }
H1.HeaderClassName
{
color: #F94E6C;
}
.AnyTagClassName
{
color: #F94E6C;
}
</style>
background-color css
<style>
a { background-color: #F94E6C; }
a { background-color: rgb(249,78,108); }
div.DivClassName
{
background-color: #F94E6C;
}
.BgClassName
{
background-color: #F94E6C;
}
</style>
border-color css
<style>
span { border-color: #F94E6C; }
span { border-color: rgb(249,78,108); }
td.TdClassName
{
border-color: #F94E6C;
}
.TagClassName
{
border-color: #F94E6C;
}
</style>