Shades of Wild Watermelon #F25472
Tints of Wild Watermelon #F25472
RGB
CMYK
RGB Variations
Color information
#F25472 (or 0xF25472) is known color: Wild Watermelon. HEX triplet: F2, 54 and 72. RGB value is (242,84,114). Sum of RGB (Red+Green+Blue) = 242+84+114=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F25472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25472 is #0DAB8D. Grayscale: #868686. Windows color (decimal): -895886 or 7492850. OLE color: 7492850.
HSL color Cylindrical-coordinate representation of color #F25472: hue angle of 348.61º 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 #F25472 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 114 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.05 |
| HSL | 348.61º | 0.86% | 0.64% | - |
| HSV(B) | 348.61º | 0.65% | 0.95% | - |
| XYZ | 42.83 | 26.43 | 18.76 | - |
| YUV | 134.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 114 | 0 | 0.65 | 0.53 | 0.05 | 348.61 | 0.86 | 0.64 |
| Hex | F2 | 54 | 72 | 0 | 41 | 35 | 5 | 15D | 56 | 40 |
| Octal | 362 | 124 | 162 | 0 | 101 | 65 | 5 | 535 | 126 | 100 |
| Binary | 11110010 | 1010100 | 1110010 | 0 | 1000001 | 110101 | 101 | 101011101 | 1010110 | 1000000 |
Color Harmonies of #F25472
Complementary color
Monochromatic Colors of #F25472
Black with #F25472
Text Example
Text Example
White with #F25472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25472; }
p { color: rgb(242,84,114); }
H1.HeaderClassName
{
color: #F25472;
}
.AnyTagClassName
{
color: #F25472;
}
</style>
background-color css
<style>
a { background-color: #F25472; }
a { background-color: rgb(242,84,114); }
div.DivClassName
{
background-color: #F25472;
}
.BgClassName
{
background-color: #F25472;
}
</style>
border-color css
<style>
span { border-color: #F25472; }
span { border-color: rgb(242,84,114); }
td.TdClassName
{
border-color: #F25472;
}
.TagClassName
{
border-color: #F25472;
}
</style>