Shades of Wild Watermelon #F25F73
Tints of Wild Watermelon #F25F73
RGB
CMYK
RGB Variations
Color information
#F25F73 (or 0xF25F73) is known color: Wild Watermelon. HEX triplet: F2, 5F and 73. RGB value is (242,95,115). Sum of RGB (Red+Green+Blue) = 242+95+115=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F73 is #0DA08C. Grayscale: #8D8D8D. Windows color (decimal): -893069 or 7561202. OLE color: 7561202.
HSL color Cylindrical-coordinate representation of color #F25F73: hue angle of 351.84º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25F73 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 115 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.05 |
| HSL | 351.84º | 0.85% | 0.66% | - |
| HSV(B) | 351.84º | 0.61% | 0.95% | - |
| XYZ | 43.8 | 28.3 | 19.37 | - |
| YUV | 141.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 115 | 0 | 0.61 | 0.52 | 0.05 | 351.84 | 0.85 | 0.66 |
| Hex | F2 | 5F | 73 | 0 | 3D | 34 | 5 | 160 | 55 | 42 |
| Octal | 362 | 137 | 163 | 0 | 75 | 64 | 5 | 540 | 125 | 102 |
| Binary | 11110010 | 1011111 | 1110011 | 0 | 111101 | 110100 | 101 | 101100000 | 1010101 | 1000010 |
Color Harmonies of #F25F73
Complementary color
Monochromatic Colors of #F25F73
Black with #F25F73
Text Example
Text Example
White with #F25F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F73; }
p { color: rgb(242,95,115); }
H1.HeaderClassName
{
color: #F25F73;
}
.AnyTagClassName
{
color: #F25F73;
}
</style>
background-color css
<style>
a { background-color: #F25F73; }
a { background-color: rgb(242,95,115); }
div.DivClassName
{
background-color: #F25F73;
}
.BgClassName
{
background-color: #F25F73;
}
</style>
border-color css
<style>
span { border-color: #F25F73; }
span { border-color: rgb(242,95,115); }
td.TdClassName
{
border-color: #F25F73;
}
.TagClassName
{
border-color: #F25F73;
}
</style>