Shades of Wild Watermelon #F2525D
Tints of Wild Watermelon #F2525D
RGB
CMYK
RGB Variations
Color information
#F2525D (or 0xF2525D) is known color: Wild Watermelon. HEX triplet: F2, 52 and 5D. RGB value is (242,82,93). Sum of RGB (Red+Green+Blue) = 242+82+93=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2525D is #0DADA2. Grayscale: #838383. Windows color (decimal): -896419 or 6116082. OLE color: 6116082.
HSL color Cylindrical-coordinate representation of color #F2525D: hue angle of 355.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 #F2525D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 93 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.05 |
| HSL | 355.88º | 0.86% | 0.64% | - |
| HSV(B) | 355.88º | 0.66% | 0.95% | - |
| XYZ | 41.61 | 25.7 | 13.12 | - |
| YUV | 131.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 93 | 0 | 0.66 | 0.62 | 0.05 | 355.88 | 0.86 | 0.64 |
| Hex | F2 | 52 | 5D | 0 | 42 | 3E | 5 | 164 | 56 | 40 |
| Octal | 362 | 122 | 135 | 0 | 102 | 76 | 5 | 544 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1011101 | 0 | 1000010 | 111110 | 101 | 101100100 | 1010110 | 1000000 |
Color Harmonies of #F2525D
Complementary color
Monochromatic Colors of #F2525D
Black with #F2525D
Text Example
Text Example
White with #F2525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2525D; }
p { color: rgb(242,82,93); }
H1.HeaderClassName
{
color: #F2525D;
}
.AnyTagClassName
{
color: #F2525D;
}
</style>
background-color css
<style>
a { background-color: #F2525D; }
a { background-color: rgb(242,82,93); }
div.DivClassName
{
background-color: #F2525D;
}
.BgClassName
{
background-color: #F2525D;
}
</style>
border-color css
<style>
span { border-color: #F2525D; }
span { border-color: rgb(242,82,93); }
td.TdClassName
{
border-color: #F2525D;
}
.TagClassName
{
border-color: #F2525D;
}
</style>