Shades of Wild Watermelon #F25265
Tints of Wild Watermelon #F25265
RGB
CMYK
RGB Variations
Color information
#F25265 (or 0xF25265) is known color: Wild Watermelon. HEX triplet: F2, 52 and 65. RGB value is (242,82,101). Sum of RGB (Red+Green+Blue) = 242+82+101=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F25265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25265 is #0DAD9A. Grayscale: #848484. Windows color (decimal): -896411 or 6640370. OLE color: 6640370.
HSL color Cylindrical-coordinate representation of color #F25265: hue angle of 352.88º 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 #F25265 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 101 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.05 |
| HSL | 352.88º | 0.86% | 0.64% | - |
| HSV(B) | 352.88º | 0.66% | 0.95% | - |
| XYZ | 41.98 | 25.85 | 15.09 | - |
| YUV | 132.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 101 | 0 | 0.66 | 0.58 | 0.05 | 352.88 | 0.86 | 0.64 |
| Hex | F2 | 52 | 65 | 0 | 42 | 3A | 5 | 161 | 56 | 40 |
| Octal | 362 | 122 | 145 | 0 | 102 | 72 | 5 | 541 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1100101 | 0 | 1000010 | 111010 | 101 | 101100001 | 1010110 | 1000000 |
Color Harmonies of #F25265
Complementary color
Monochromatic Colors of #F25265
Black with #F25265
Text Example
Text Example
White with #F25265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25265; }
p { color: rgb(242,82,101); }
H1.HeaderClassName
{
color: #F25265;
}
.AnyTagClassName
{
color: #F25265;
}
</style>
background-color css
<style>
a { background-color: #F25265; }
a { background-color: rgb(242,82,101); }
div.DivClassName
{
background-color: #F25265;
}
.BgClassName
{
background-color: #F25265;
}
</style>
border-color css
<style>
span { border-color: #F25265; }
span { border-color: rgb(242,82,101); }
td.TdClassName
{
border-color: #F25265;
}
.TagClassName
{
border-color: #F25265;
}
</style>