Shades of Wild Watermelon #F25365
Tints of Wild Watermelon #F25365
RGB
CMYK
RGB Variations
Color information
#F25365 (or 0xF25365) is known color: Wild Watermelon. HEX triplet: F2, 53 and 65. RGB value is (242,83,101). Sum of RGB (Red+Green+Blue) = 242+83+101=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F25365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25365 is #0DAC9A. Grayscale: #848484. Windows color (decimal): -896155 or 6640626. OLE color: 6640626.
HSL color Cylindrical-coordinate representation of color #F25365: hue angle of 353.21º 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 #F25365 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 101 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.05 |
| HSL | 353.21º | 0.86% | 0.64% | - |
| HSV(B) | 353.21º | 0.66% | 0.95% | - |
| XYZ | 42.06 | 26 | 15.11 | - |
| YUV | 132.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 101 | 0 | 0.66 | 0.58 | 0.05 | 353.21 | 0.86 | 0.64 |
| Hex | F2 | 53 | 65 | 0 | 42 | 3A | 5 | 161 | 56 | 40 |
| Octal | 362 | 123 | 145 | 0 | 102 | 72 | 5 | 541 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1100101 | 0 | 1000010 | 111010 | 101 | 101100001 | 1010110 | 1000000 |
Color Harmonies of #F25365
Complementary color
Monochromatic Colors of #F25365
Black with #F25365
Text Example
Text Example
White with #F25365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25365; }
p { color: rgb(242,83,101); }
H1.HeaderClassName
{
color: #F25365;
}
.AnyTagClassName
{
color: #F25365;
}
</style>
background-color css
<style>
a { background-color: #F25365; }
a { background-color: rgb(242,83,101); }
div.DivClassName
{
background-color: #F25365;
}
.BgClassName
{
background-color: #F25365;
}
</style>
border-color css
<style>
span { border-color: #F25365; }
span { border-color: rgb(242,83,101); }
td.TdClassName
{
border-color: #F25365;
}
.TagClassName
{
border-color: #F25365;
}
</style>