Shades of Wild Watermelon #F25371
Tints of Wild Watermelon #F25371
RGB
CMYK
RGB Variations
Color information
#F25371 (or 0xF25371) is known color: Wild Watermelon. HEX triplet: F2, 53 and 71. RGB value is (242,83,113). Sum of RGB (Red+Green+Blue) = 242+83+113=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F25371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25371 is #0DAC8E. Grayscale: #868686. Windows color (decimal): -896143 or 7427058. OLE color: 7427058.
HSL color Cylindrical-coordinate representation of color #F25371: hue angle of 348.68º 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 #F25371 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 113 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.05 |
| HSL | 348.68º | 0.86% | 0.64% | - |
| HSV(B) | 348.68º | 0.66% | 0.95% | - |
| XYZ | 42.69 | 26.26 | 18.44 | - |
| YUV | 133.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 113 | 0 | 0.66 | 0.53 | 0.05 | 348.68 | 0.86 | 0.64 |
| Hex | F2 | 53 | 71 | 0 | 42 | 35 | 5 | 15D | 56 | 40 |
| Octal | 362 | 123 | 161 | 0 | 102 | 65 | 5 | 535 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1110001 | 0 | 1000010 | 110101 | 101 | 101011101 | 1010110 | 1000000 |
Color Harmonies of #F25371
Complementary color
Monochromatic Colors of #F25371
Black with #F25371
Text Example
Text Example
White with #F25371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25371; }
p { color: rgb(242,83,113); }
H1.HeaderClassName
{
color: #F25371;
}
.AnyTagClassName
{
color: #F25371;
}
</style>
background-color css
<style>
a { background-color: #F25371; }
a { background-color: rgb(242,83,113); }
div.DivClassName
{
background-color: #F25371;
}
.BgClassName
{
background-color: #F25371;
}
</style>
border-color css
<style>
span { border-color: #F25371; }
span { border-color: rgb(242,83,113); }
td.TdClassName
{
border-color: #F25371;
}
.TagClassName
{
border-color: #F25371;
}
</style>