Shades of Wild Watermelon #F25160
Tints of Wild Watermelon #F25160
RGB
CMYK
RGB Variations
Color information
#F25160 (or 0xF25160) is known color: Wild Watermelon. HEX triplet: F2, 51 and 60. RGB value is (242,81,96). Sum of RGB (Red+Green+Blue) = 242+81+96=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F25160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25160 is #0DAE9F. Grayscale: #828282. Windows color (decimal): -896672 or 6312434. OLE color: 6312434.
HSL color Cylindrical-coordinate representation of color #F25160: hue angle of 354.41º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25160 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 96 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.05 |
| HSL | 354.41º | 0.86% | 0.63% | - |
| HSV(B) | 354.41º | 0.67% | 0.95% | - |
| XYZ | 41.67 | 25.61 | 13.81 | - |
| YUV | 130.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 96 | 0 | 0.67 | 0.60 | 0.05 | 354.41 | 0.86 | 0.63 |
| Hex | F2 | 51 | 60 | 0 | 43 | 3C | 5 | 162 | 56 | 3F |
| Octal | 362 | 121 | 140 | 0 | 103 | 74 | 5 | 542 | 126 | 77 |
| Binary | 11110010 | 1010001 | 1100000 | 0 | 1000011 | 111100 | 101 | 101100010 | 1010110 | 111111 |
Color Harmonies of #F25160
Complementary color
Monochromatic Colors of #F25160
Black with #F25160
Text Example
Text Example
White with #F25160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25160; }
p { color: rgb(242,81,96); }
H1.HeaderClassName
{
color: #F25160;
}
.AnyTagClassName
{
color: #F25160;
}
</style>
background-color css
<style>
a { background-color: #F25160; }
a { background-color: rgb(242,81,96); }
div.DivClassName
{
background-color: #F25160;
}
.BgClassName
{
background-color: #F25160;
}
</style>
border-color css
<style>
span { border-color: #F25160; }
span { border-color: rgb(242,81,96); }
td.TdClassName
{
border-color: #F25160;
}
.TagClassName
{
border-color: #F25160;
}
</style>