Shades of Wild Watermelon #F25658
Tints of Wild Watermelon #F25658
RGB
CMYK
RGB Variations
Color information
#F25658 (or 0xF25658) is known color: Wild Watermelon. HEX triplet: F2, 56 and 58. RGB value is (242,86,88). Sum of RGB (Red+Green+Blue) = 242+86+88=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F25658 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25658 is #0DA9A7. Grayscale: #858585. Windows color (decimal): -895400 or 5789426. OLE color: 5789426.
HSL color Cylindrical-coordinate representation of color #F25658: hue angle of 359.23º 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 #F25658 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 88 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.05 |
| HSL | 359.23º | 0.86% | 0.64% | - |
| HSV(B) | 359.23º | 0.64% | 0.95% | - |
| XYZ | 41.71 | 26.24 | 12.1 | - |
| YUV | 132.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 88 | 0 | 0.64 | 0.64 | 0.05 | 359.23 | 0.86 | 0.64 |
| Hex | F2 | 56 | 58 | 0 | 40 | 40 | 5 | 167 | 56 | 40 |
| Octal | 362 | 126 | 130 | 0 | 100 | 100 | 5 | 547 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1011000 | 0 | 1000000 | 1000000 | 101 | 101100111 | 1010110 | 1000000 |
Color Harmonies of #F25658
Complementary color
Monochromatic Colors of #F25658
Black with #F25658
Text Example
Text Example
White with #F25658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25658; }
p { color: rgb(242,86,88); }
H1.HeaderClassName
{
color: #F25658;
}
.AnyTagClassName
{
color: #F25658;
}
</style>
background-color css
<style>
a { background-color: #F25658; }
a { background-color: rgb(242,86,88); }
div.DivClassName
{
background-color: #F25658;
}
.BgClassName
{
background-color: #F25658;
}
</style>
border-color css
<style>
span { border-color: #F25658; }
span { border-color: rgb(242,86,88); }
td.TdClassName
{
border-color: #F25658;
}
.TagClassName
{
border-color: #F25658;
}
</style>