Shades of Wild Watermelon #F25470
Tints of Wild Watermelon #F25470
RGB
CMYK
RGB Variations
Color information
#F25470 (or 0xF25470) is known color: Wild Watermelon. HEX triplet: F2, 54 and 70. RGB value is (242,84,112). Sum of RGB (Red+Green+Blue) = 242+84+112=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F25470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25470 is #0DAB8F. Grayscale: #868686. Windows color (decimal): -895888 or 7361778. OLE color: 7361778.
HSL color Cylindrical-coordinate representation of color #F25470: hue angle of 349.37º 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 #F25470 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 112 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.05 |
| HSL | 349.37º | 0.86% | 0.64% | - |
| HSV(B) | 349.37º | 0.65% | 0.95% | - |
| XYZ | 42.71 | 26.39 | 18.17 | - |
| YUV | 134.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 112 | 0 | 0.65 | 0.54 | 0.05 | 349.37 | 0.86 | 0.64 |
| Hex | F2 | 54 | 70 | 0 | 41 | 36 | 5 | 15D | 56 | 40 |
| Octal | 362 | 124 | 160 | 0 | 101 | 66 | 5 | 535 | 126 | 100 |
| Binary | 11110010 | 1010100 | 1110000 | 0 | 1000001 | 110110 | 101 | 101011101 | 1010110 | 1000000 |
Color Harmonies of #F25470
Complementary color
Monochromatic Colors of #F25470
Black with #F25470
Text Example
Text Example
White with #F25470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25470; }
p { color: rgb(242,84,112); }
H1.HeaderClassName
{
color: #F25470;
}
.AnyTagClassName
{
color: #F25470;
}
</style>
background-color css
<style>
a { background-color: #F25470; }
a { background-color: rgb(242,84,112); }
div.DivClassName
{
background-color: #F25470;
}
.BgClassName
{
background-color: #F25470;
}
</style>
border-color css
<style>
span { border-color: #F25470; }
span { border-color: rgb(242,84,112); }
td.TdClassName
{
border-color: #F25470;
}
.TagClassName
{
border-color: #F25470;
}
</style>