Shades of Wild Watermelon #F25975
Tints of Wild Watermelon #F25975
RGB
CMYK
RGB Variations
Color information
#F25975 (or 0xF25975) is known color: Wild Watermelon. HEX triplet: F2, 59 and 75. RGB value is (242,89,117). Sum of RGB (Red+Green+Blue) = 242+89+117=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F25975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25975 is #0DA68A. Grayscale: #898989. Windows color (decimal): -894603 or 7690738. OLE color: 7690738.
HSL color Cylindrical-coordinate representation of color #F25975: hue angle of 349.02º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25975 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 117 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.05 |
| HSL | 349.02º | 0.85% | 0.65% | - |
| HSV(B) | 349.02º | 0.63% | 0.95% | - |
| XYZ | 43.4 | 27.31 | 19.81 | - |
| YUV | 137.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 117 | 0 | 0.63 | 0.52 | 0.05 | 349.02 | 0.85 | 0.65 |
| Hex | F2 | 59 | 75 | 0 | 3F | 34 | 5 | 15D | 55 | 41 |
| Octal | 362 | 131 | 165 | 0 | 77 | 64 | 5 | 535 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1110101 | 0 | 111111 | 110100 | 101 | 101011101 | 1010101 | 1000001 |
Color Harmonies of #F25975
Complementary color
Monochromatic Colors of #F25975
Black with #F25975
Text Example
Text Example
White with #F25975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25975; }
p { color: rgb(242,89,117); }
H1.HeaderClassName
{
color: #F25975;
}
.AnyTagClassName
{
color: #F25975;
}
</style>
background-color css
<style>
a { background-color: #F25975; }
a { background-color: rgb(242,89,117); }
div.DivClassName
{
background-color: #F25975;
}
.BgClassName
{
background-color: #F25975;
}
</style>
border-color css
<style>
span { border-color: #F25975; }
span { border-color: rgb(242,89,117); }
td.TdClassName
{
border-color: #F25975;
}
.TagClassName
{
border-color: #F25975;
}
</style>