Shades of Wild Watermelon #F2525F
Tints of Wild Watermelon #F2525F
RGB
CMYK
RGB Variations
Color information
#F2525F (or 0xF2525F) is known color: Wild Watermelon. HEX triplet: F2, 52 and 5F. RGB value is (242,82,95). Sum of RGB (Red+Green+Blue) = 242+82+95=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2525F is #0DADA0. Grayscale: #838383. Windows color (decimal): -896417 or 6247154. OLE color: 6247154.
HSL color Cylindrical-coordinate representation of color #F2525F: hue angle of 355.12º 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 #F2525F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 95 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.05 |
| HSL | 355.13º | 0.86% | 0.64% | - |
| HSV(B) | 355.13º | 0.66% | 0.95% | - |
| XYZ | 41.7 | 25.74 | 13.6 | - |
| YUV | 131.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 95 | 0 | 0.66 | 0.61 | 0.05 | 355.13 | 0.86 | 0.64 |
| Hex | F2 | 52 | 5F | 0 | 42 | 3D | 5 | 163 | 56 | 40 |
| Octal | 362 | 122 | 137 | 0 | 102 | 75 | 5 | 543 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1011111 | 0 | 1000010 | 111101 | 101 | 101100011 | 1010110 | 1000000 |
Color Harmonies of #F2525F
Complementary color
Monochromatic Colors of #F2525F
Black with #F2525F
Text Example
Text Example
White with #F2525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2525F; }
p { color: rgb(242,82,95); }
H1.HeaderClassName
{
color: #F2525F;
}
.AnyTagClassName
{
color: #F2525F;
}
</style>
background-color css
<style>
a { background-color: #F2525F; }
a { background-color: rgb(242,82,95); }
div.DivClassName
{
background-color: #F2525F;
}
.BgClassName
{
background-color: #F2525F;
}
</style>
border-color css
<style>
span { border-color: #F2525F; }
span { border-color: rgb(242,82,95); }
td.TdClassName
{
border-color: #F2525F;
}
.TagClassName
{
border-color: #F2525F;
}
</style>