Shades of Wild Watermelon #F25C76
Tints of Wild Watermelon #F25C76
RGB
CMYK
RGB Variations
Color information
#F25C76 (or 0xF25C76) is known color: Wild Watermelon. HEX triplet: F2, 5C and 76. RGB value is (242,92,118). Sum of RGB (Red+Green+Blue) = 242+92+118=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C76 is #0DA389. Grayscale: #8B8B8B. Windows color (decimal): -893834 or 7757042. OLE color: 7757042.
HSL color Cylindrical-coordinate representation of color #F25C76: hue angle of 349.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25C76 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 118 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.05 |
| HSL | 349.6º | 0.85% | 0.65% | - |
| HSV(B) | 349.6º | 0.62% | 0.95% | - |
| XYZ | 43.72 | 27.84 | 20.21 | - |
| YUV | 139.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 118 | 0 | 0.62 | 0.51 | 0.05 | 349.6 | 0.85 | 0.65 |
| Hex | F2 | 5C | 76 | 0 | 3E | 33 | 5 | 15E | 55 | 41 |
| Octal | 362 | 134 | 166 | 0 | 76 | 63 | 5 | 536 | 125 | 101 |
| Binary | 11110010 | 1011100 | 1110110 | 0 | 111110 | 110011 | 101 | 101011110 | 1010101 | 1000001 |
Color Harmonies of #F25C76
Complementary color
Monochromatic Colors of #F25C76
Black with #F25C76
Text Example
Text Example
White with #F25C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C76; }
p { color: rgb(242,92,118); }
H1.HeaderClassName
{
color: #F25C76;
}
.AnyTagClassName
{
color: #F25C76;
}
</style>
background-color css
<style>
a { background-color: #F25C76; }
a { background-color: rgb(242,92,118); }
div.DivClassName
{
background-color: #F25C76;
}
.BgClassName
{
background-color: #F25C76;
}
</style>
border-color css
<style>
span { border-color: #F25C76; }
span { border-color: rgb(242,92,118); }
td.TdClassName
{
border-color: #F25C76;
}
.TagClassName
{
border-color: #F25C76;
}
</style>