Shades of Wild Watermelon #F25675
Tints of Wild Watermelon #F25675
RGB
CMYK
RGB Variations
Color information
#F25675 (or 0xF25675) is known color: Wild Watermelon. HEX triplet: F2, 56 and 75. RGB value is (242,86,117). Sum of RGB (Red+Green+Blue) = 242+86+117=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F25675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25675 is #0DA98A. Grayscale: #888888. Windows color (decimal): -895371 or 7689970. OLE color: 7689970.
HSL color Cylindrical-coordinate representation of color #F25675: hue angle of 348.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25675 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 117 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.05 |
| HSL | 348.08º | 0.86% | 0.64% | - |
| HSV(B) | 348.08º | 0.64% | 0.95% | - |
| XYZ | 43.16 | 26.82 | 19.73 | - |
| YUV | 136.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 117 | 0 | 0.64 | 0.52 | 0.05 | 348.08 | 0.86 | 0.64 |
| Hex | F2 | 56 | 75 | 0 | 40 | 34 | 5 | 15C | 56 | 40 |
| Octal | 362 | 126 | 165 | 0 | 100 | 64 | 5 | 534 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1110101 | 0 | 1000000 | 110100 | 101 | 101011100 | 1010110 | 1000000 |
Color Harmonies of #F25675
Complementary color
Monochromatic Colors of #F25675
Black with #F25675
Text Example
Text Example
White with #F25675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25675; }
p { color: rgb(242,86,117); }
H1.HeaderClassName
{
color: #F25675;
}
.AnyTagClassName
{
color: #F25675;
}
</style>
background-color css
<style>
a { background-color: #F25675; }
a { background-color: rgb(242,86,117); }
div.DivClassName
{
background-color: #F25675;
}
.BgClassName
{
background-color: #F25675;
}
</style>
border-color css
<style>
span { border-color: #F25675; }
span { border-color: rgb(242,86,117); }
td.TdClassName
{
border-color: #F25675;
}
.TagClassName
{
border-color: #F25675;
}
</style>