Shades of Wild Watermelon #F25D6D
Tints of Wild Watermelon #F25D6D
RGB
CMYK
RGB Variations
Color information
#F25D6D (or 0xF25D6D) is known color: Wild Watermelon. HEX triplet: F2, 5D and 6D. RGB value is (242,93,109). Sum of RGB (Red+Green+Blue) = 242+93+109=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D6D is #0DA292. Grayscale: #8B8B8B. Windows color (decimal): -893587 or 7167474. OLE color: 7167474.
HSL color Cylindrical-coordinate representation of color #F25D6D: hue angle of 353.56º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25D6D is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 109 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.05 |
| HSL | 353.56º | 0.85% | 0.66% | - |
| HSV(B) | 353.56º | 0.62% | 0.95% | - |
| XYZ | 43.29 | 27.81 | 17.55 | - |
| YUV | 139.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 109 | 0 | 0.62 | 0.55 | 0.05 | 353.56 | 0.85 | 0.66 |
| Hex | F2 | 5D | 6D | 0 | 3E | 37 | 5 | 162 | 55 | 42 |
| Octal | 362 | 135 | 155 | 0 | 76 | 67 | 5 | 542 | 125 | 102 |
| Binary | 11110010 | 1011101 | 1101101 | 0 | 111110 | 110111 | 101 | 101100010 | 1010101 | 1000010 |
Color Harmonies of #F25D6D
Complementary color
Monochromatic Colors of #F25D6D
Black with #F25D6D
Text Example
Text Example
White with #F25D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D6D; }
p { color: rgb(242,93,109); }
H1.HeaderClassName
{
color: #F25D6D;
}
.AnyTagClassName
{
color: #F25D6D;
}
</style>
background-color css
<style>
a { background-color: #F25D6D; }
a { background-color: rgb(242,93,109); }
div.DivClassName
{
background-color: #F25D6D;
}
.BgClassName
{
background-color: #F25D6D;
}
</style>
border-color css
<style>
span { border-color: #F25D6D; }
span { border-color: rgb(242,93,109); }
td.TdClassName
{
border-color: #F25D6D;
}
.TagClassName
{
border-color: #F25D6D;
}
</style>