Shades of Wild Watermelon #F25175
Tints of Wild Watermelon #F25175
RGB
CMYK
RGB Variations
Color information
#F25175 (or 0xF25175) is known color: Wild Watermelon. HEX triplet: F2, 51 and 75. RGB value is (242,81,117). Sum of RGB (Red+Green+Blue) = 242+81+117=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F25175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25175 is #0DAE8A. Grayscale: #858585. Windows color (decimal): -896651 or 7688690. OLE color: 7688690.
HSL color Cylindrical-coordinate representation of color #F25175: hue angle of 346.58º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25175 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 117 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.05 |
| HSL | 346.58º | 0.86% | 0.63% | - |
| HSV(B) | 346.58º | 0.67% | 0.95% | - |
| XYZ | 42.77 | 26.05 | 19.6 | - |
| YUV | 133.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 117 | 0 | 0.67 | 0.52 | 0.05 | 346.58 | 0.86 | 0.63 |
| Hex | F2 | 51 | 75 | 0 | 43 | 34 | 5 | 15B | 56 | 3F |
| Octal | 362 | 121 | 165 | 0 | 103 | 64 | 5 | 533 | 126 | 77 |
| Binary | 11110010 | 1010001 | 1110101 | 0 | 1000011 | 110100 | 101 | 101011011 | 1010110 | 111111 |
Color Harmonies of #F25175
Complementary color
Monochromatic Colors of #F25175
Black with #F25175
Text Example
Text Example
White with #F25175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25175; }
p { color: rgb(242,81,117); }
H1.HeaderClassName
{
color: #F25175;
}
.AnyTagClassName
{
color: #F25175;
}
</style>
background-color css
<style>
a { background-color: #F25175; }
a { background-color: rgb(242,81,117); }
div.DivClassName
{
background-color: #F25175;
}
.BgClassName
{
background-color: #F25175;
}
</style>
border-color css
<style>
span { border-color: #F25175; }
span { border-color: rgb(242,81,117); }
td.TdClassName
{
border-color: #F25175;
}
.TagClassName
{
border-color: #F25175;
}
</style>