Shades of Wild Watermelon #F25260
Tints of Wild Watermelon #F25260
RGB
CMYK
RGB Variations
Color information
#F25260 (or 0xF25260) is known color: Wild Watermelon. HEX triplet: F2, 52 and 60. RGB value is (242,82,96). Sum of RGB (Red+Green+Blue) = 242+82+96=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F25260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25260 is #0DAD9F. Grayscale: #838383. Windows color (decimal): -896416 or 6312690. OLE color: 6312690.
HSL color Cylindrical-coordinate representation of color #F25260: hue angle of 354.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25260 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 96 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.05 |
| HSL | 354.75º | 0.86% | 0.64% | - |
| HSV(B) | 354.75º | 0.66% | 0.95% | - |
| XYZ | 41.75 | 25.76 | 13.84 | - |
| YUV | 131.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 96 | 0 | 0.66 | 0.60 | 0.05 | 354.75 | 0.86 | 0.64 |
| Hex | F2 | 52 | 60 | 0 | 42 | 3C | 5 | 163 | 56 | 40 |
| Octal | 362 | 122 | 140 | 0 | 102 | 74 | 5 | 543 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1100000 | 0 | 1000010 | 111100 | 101 | 101100011 | 1010110 | 1000000 |
Color Harmonies of #F25260
Complementary color
Monochromatic Colors of #F25260
Black with #F25260
Text Example
Text Example
White with #F25260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25260; }
p { color: rgb(242,82,96); }
H1.HeaderClassName
{
color: #F25260;
}
.AnyTagClassName
{
color: #F25260;
}
</style>
background-color css
<style>
a { background-color: #F25260; }
a { background-color: rgb(242,82,96); }
div.DivClassName
{
background-color: #F25260;
}
.BgClassName
{
background-color: #F25260;
}
</style>
border-color css
<style>
span { border-color: #F25260; }
span { border-color: rgb(242,82,96); }
td.TdClassName
{
border-color: #F25260;
}
.TagClassName
{
border-color: #F25260;
}
</style>