Shades of Wild Watermelon #F25573
Tints of Wild Watermelon #F25573
RGB
CMYK
RGB Variations
Color information
#F25573 (or 0xF25573) is known color: Wild Watermelon. HEX triplet: F2, 55 and 73. RGB value is (242,85,115). Sum of RGB (Red+Green+Blue) = 242+85+115=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F25573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25573 is #0DAA8C. Grayscale: #878787. Windows color (decimal): -895629 or 7558642. OLE color: 7558642.
HSL color Cylindrical-coordinate representation of color #F25573: hue angle of 348.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25573 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 115 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.05 |
| HSL | 348.54º | 0.86% | 0.64% | - |
| HSV(B) | 348.54º | 0.65% | 0.95% | - |
| XYZ | 42.96 | 26.61 | 19.09 | - |
| YUV | 135.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 115 | 0 | 0.65 | 0.52 | 0.05 | 348.54 | 0.86 | 0.64 |
| Hex | F2 | 55 | 73 | 0 | 41 | 34 | 5 | 15D | 56 | 40 |
| Octal | 362 | 125 | 163 | 0 | 101 | 64 | 5 | 535 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1110011 | 0 | 1000001 | 110100 | 101 | 101011101 | 1010110 | 1000000 |
Color Harmonies of #F25573
Complementary color
Monochromatic Colors of #F25573
Black with #F25573
Text Example
Text Example
White with #F25573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25573; }
p { color: rgb(242,85,115); }
H1.HeaderClassName
{
color: #F25573;
}
.AnyTagClassName
{
color: #F25573;
}
</style>
background-color css
<style>
a { background-color: #F25573; }
a { background-color: rgb(242,85,115); }
div.DivClassName
{
background-color: #F25573;
}
.BgClassName
{
background-color: #F25573;
}
</style>
border-color css
<style>
span { border-color: #F25573; }
span { border-color: rgb(242,85,115); }
td.TdClassName
{
border-color: #F25573;
}
.TagClassName
{
border-color: #F25573;
}
</style>