Shades of Wild Watermelon #F64572
Tints of Wild Watermelon #F64572
RGB
CMYK
RGB Variations
Color information
#F64572 (or 0xF64572) is known color: Wild Watermelon. HEX triplet: F6, 45 and 72. RGB value is (246,69,114). Sum of RGB (Red+Green+Blue) = 246+69+114=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F64572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64572 is #09BA8D. Grayscale: #7F7F7F. Windows color (decimal): -637582 or 7489014. OLE color: 7489014.
HSL color Cylindrical-coordinate representation of color #F64572: hue angle of 344.75º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F64572 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 114 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.04 |
| HSL | 344.75º | 0.91% | 0.62% | - |
| HSV(B) | 344.75º | 0.72% | 0.96% | - |
| XYZ | 43.17 | 25.06 | 18.48 | - |
| YUV | 127.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 114 | 0 | 0.72 | 0.54 | 0.04 | 344.75 | 0.91 | 0.62 |
| Hex | F6 | 45 | 72 | 0 | 48 | 36 | 4 | 159 | 5B | 3E |
| Octal | 366 | 105 | 162 | 0 | 110 | 66 | 4 | 531 | 133 | 76 |
| Binary | 11110110 | 1000101 | 1110010 | 0 | 1001000 | 110110 | 100 | 101011001 | 1011011 | 111110 |
Color Harmonies of #F64572
Complementary color
Monochromatic Colors of #F64572
Black with #F64572
Text Example
Text Example
White with #F64572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64572; }
p { color: rgb(246,69,114); }
H1.HeaderClassName
{
color: #F64572;
}
.AnyTagClassName
{
color: #F64572;
}
</style>
background-color css
<style>
a { background-color: #F64572; }
a { background-color: rgb(246,69,114); }
div.DivClassName
{
background-color: #F64572;
}
.BgClassName
{
background-color: #F64572;
}
</style>
border-color css
<style>
span { border-color: #F64572; }
span { border-color: rgb(246,69,114); }
td.TdClassName
{
border-color: #F64572;
}
.TagClassName
{
border-color: #F64572;
}
</style>