Shades of Wild Watermelon #F25274
Tints of Wild Watermelon #F25274
RGB
CMYK
RGB Variations
Color information
#F25274 (or 0xF25274) is known color: Wild Watermelon. HEX triplet: F2, 52 and 74. RGB value is (242,82,116). Sum of RGB (Red+Green+Blue) = 242+82+116=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F25274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25274 is #0DAD8B. Grayscale: #858585. Windows color (decimal): -896396 or 7623410. OLE color: 7623410.
HSL color Cylindrical-coordinate representation of color #F25274: hue angle of 347.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25274 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 116 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.05 |
| HSL | 347.25º | 0.86% | 0.64% | - |
| HSV(B) | 347.25º | 0.66% | 0.95% | - |
| XYZ | 42.79 | 26.17 | 19.32 | - |
| YUV | 133.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 116 | 0 | 0.66 | 0.52 | 0.05 | 347.25 | 0.86 | 0.64 |
| Hex | F2 | 52 | 74 | 0 | 42 | 34 | 5 | 15B | 56 | 40 |
| Octal | 362 | 122 | 164 | 0 | 102 | 64 | 5 | 533 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1110100 | 0 | 1000010 | 110100 | 101 | 101011011 | 1010110 | 1000000 |
Color Harmonies of #F25274
Complementary color
Monochromatic Colors of #F25274
Black with #F25274
Text Example
Text Example
White with #F25274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25274; }
p { color: rgb(242,82,116); }
H1.HeaderClassName
{
color: #F25274;
}
.AnyTagClassName
{
color: #F25274;
}
</style>
background-color css
<style>
a { background-color: #F25274; }
a { background-color: rgb(242,82,116); }
div.DivClassName
{
background-color: #F25274;
}
.BgClassName
{
background-color: #F25274;
}
</style>
border-color css
<style>
span { border-color: #F25274; }
span { border-color: rgb(242,82,116); }
td.TdClassName
{
border-color: #F25274;
}
.TagClassName
{
border-color: #F25274;
}
</style>