Shades of Wild Watermelon #F94A6B
Tints of Wild Watermelon #F94A6B
RGB
CMYK
RGB Variations
Color information
#F94A6B (or 0xF94A6B) is known color: Wild Watermelon. HEX triplet: F9, 4A and 6B. RGB value is (249,74,107). Sum of RGB (Red+Green+Blue) = 249+74+107=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A6B is #06B594. Grayscale: #828282. Windows color (decimal): -439701 or 7031545. OLE color: 7031545.
HSL color Cylindrical-coordinate representation of color #F94A6B: hue angle of 348.69º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A6B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 107 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.02 |
| HSL | 348.69º | 0.94% | 0.63% | - |
| HSV(B) | 348.69º | 0.7% | 0.98% | - |
| XYZ | 44.17 | 26.1 | 16.62 | - |
| YUV | 130.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 107 | 0 | 0.70 | 0.57 | 0.02 | 348.69 | 0.94 | 0.63 |
| Hex | F9 | 4A | 6B | 0 | 46 | 39 | 2 | 15D | 5E | 3F |
| Octal | 371 | 112 | 153 | 0 | 106 | 71 | 2 | 535 | 136 | 77 |
| Binary | 11111001 | 1001010 | 1101011 | 0 | 1000110 | 111001 | 10 | 101011101 | 1011110 | 111111 |
Color Harmonies of #F94A6B
Complementary color
Monochromatic Colors of #F94A6B
Black with #F94A6B
Text Example
Text Example
White with #F94A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A6B; }
p { color: rgb(249,74,107); }
H1.HeaderClassName
{
color: #F94A6B;
}
.AnyTagClassName
{
color: #F94A6B;
}
</style>
background-color css
<style>
a { background-color: #F94A6B; }
a { background-color: rgb(249,74,107); }
div.DivClassName
{
background-color: #F94A6B;
}
.BgClassName
{
background-color: #F94A6B;
}
</style>
border-color css
<style>
span { border-color: #F94A6B; }
span { border-color: rgb(249,74,107); }
td.TdClassName
{
border-color: #F94A6B;
}
.TagClassName
{
border-color: #F94A6B;
}
</style>