Shades of Wild Watermelon #F25564
Tints of Wild Watermelon #F25564
RGB
CMYK
RGB Variations
Color information
#F25564 (or 0xF25564) is known color: Wild Watermelon. HEX triplet: F2, 55 and 64. RGB value is (242,85,100). Sum of RGB (Red+Green+Blue) = 242+85+100=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25564 is #0DAA9B. Grayscale: #858585. Windows color (decimal): -895644 or 6575602. OLE color: 6575602.
HSL color Cylindrical-coordinate representation of color #F25564: hue angle of 354.27º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25564 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 100 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.05 |
| HSL | 354.27º | 0.86% | 0.64% | - |
| HSV(B) | 354.27º | 0.65% | 0.95% | - |
| XYZ | 42.17 | 26.29 | 14.91 | - |
| YUV | 133.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 100 | 0 | 0.65 | 0.59 | 0.05 | 354.27 | 0.86 | 0.64 |
| Hex | F2 | 55 | 64 | 0 | 41 | 3B | 5 | 162 | 56 | 40 |
| Octal | 362 | 125 | 144 | 0 | 101 | 73 | 5 | 542 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1100100 | 0 | 1000001 | 111011 | 101 | 101100010 | 1010110 | 1000000 |
Color Harmonies of #F25564
Complementary color
Monochromatic Colors of #F25564
Black with #F25564
Text Example
Text Example
White with #F25564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25564; }
p { color: rgb(242,85,100); }
H1.HeaderClassName
{
color: #F25564;
}
.AnyTagClassName
{
color: #F25564;
}
</style>
background-color css
<style>
a { background-color: #F25564; }
a { background-color: rgb(242,85,100); }
div.DivClassName
{
background-color: #F25564;
}
.BgClassName
{
background-color: #F25564;
}
</style>
border-color css
<style>
span { border-color: #F25564; }
span { border-color: rgb(242,85,100); }
td.TdClassName
{
border-color: #F25564;
}
.TagClassName
{
border-color: #F25564;
}
</style>