Shades of Wild Watermelon #F25370
Tints of Wild Watermelon #F25370
RGB
CMYK
RGB Variations
Color information
#F25370 (or 0xF25370) is known color: Wild Watermelon. HEX triplet: F2, 53 and 70. RGB value is (242,83,112). Sum of RGB (Red+Green+Blue) = 242+83+112=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F25370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25370 is #0DAC8F. Grayscale: #858585. Windows color (decimal): -896144 or 7361522. OLE color: 7361522.
HSL color Cylindrical-coordinate representation of color #F25370: hue angle of 349.06º 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 #F25370 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 112 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.05 |
| HSL | 349.06º | 0.86% | 0.64% | - |
| HSV(B) | 349.06º | 0.66% | 0.95% | - |
| XYZ | 42.64 | 26.23 | 18.15 | - |
| YUV | 133.85 | 115.68 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 112 | 0 | 0.66 | 0.54 | 0.05 | 349.06 | 0.86 | 0.64 |
| Hex | F2 | 53 | 70 | 0 | 42 | 36 | 5 | 15D | 56 | 40 |
| Octal | 362 | 123 | 160 | 0 | 102 | 66 | 5 | 535 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1110000 | 0 | 1000010 | 110110 | 101 | 101011101 | 1010110 | 1000000 |
Color Harmonies of #F25370
Complementary color
Monochromatic Colors of #F25370
Black with #F25370
Text Example
Text Example
White with #F25370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25370; }
p { color: rgb(242,83,112); }
H1.HeaderClassName
{
color: #F25370;
}
.AnyTagClassName
{
color: #F25370;
}
</style>
background-color css
<style>
a { background-color: #F25370; }
a { background-color: rgb(242,83,112); }
div.DivClassName
{
background-color: #F25370;
}
.BgClassName
{
background-color: #F25370;
}
</style>
border-color css
<style>
span { border-color: #F25370; }
span { border-color: rgb(242,83,112); }
td.TdClassName
{
border-color: #F25370;
}
.TagClassName
{
border-color: #F25370;
}
</style>