Shades of Wild Watermelon #F04A68
Tints of Wild Watermelon #F04A68
RGB
CMYK
RGB Variations
Color information
#F04A68 (or 0xF04A68) is known color: Wild Watermelon. HEX triplet: F0, 4A and 68. RGB value is (240,74,104). Sum of RGB (Red+Green+Blue) = 240+74+104=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A68 is #0FB597. Grayscale: #7F7F7F. Windows color (decimal): -1029528 or 6834928. OLE color: 6834928.
HSL color Cylindrical-coordinate representation of color #F04A68: hue angle of 349.16º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04A68 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 104 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.06 |
| HSL | 349.16º | 0.85% | 0.62% | - |
| HSV(B) | 349.16º | 0.69% | 0.94% | - |
| XYZ | 40.88 | 24.42 | 15.66 | - |
| YUV | 127.05 | 115 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 104 | 0 | 0.69 | 0.57 | 0.06 | 349.16 | 0.85 | 0.62 |
| Hex | F0 | 4A | 68 | 0 | 45 | 39 | 6 | 15D | 55 | 3E |
| Octal | 360 | 112 | 150 | 0 | 105 | 71 | 6 | 535 | 125 | 76 |
| Binary | 11110000 | 1001010 | 1101000 | 0 | 1000101 | 111001 | 110 | 101011101 | 1010101 | 111110 |
Color Harmonies of #F04A68
Complementary color
Monochromatic Colors of #F04A68
Black with #F04A68
Text Example
Text Example
White with #F04A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A68; }
p { color: rgb(240,74,104); }
H1.HeaderClassName
{
color: #F04A68;
}
.AnyTagClassName
{
color: #F04A68;
}
</style>
background-color css
<style>
a { background-color: #F04A68; }
a { background-color: rgb(240,74,104); }
div.DivClassName
{
background-color: #F04A68;
}
.BgClassName
{
background-color: #F04A68;
}
</style>
border-color css
<style>
span { border-color: #F04A68; }
span { border-color: rgb(240,74,104); }
td.TdClassName
{
border-color: #F04A68;
}
.TagClassName
{
border-color: #F04A68;
}
</style>