Shades of Wild Watermelon #F25F68
Tints of Wild Watermelon #F25F68
RGB
CMYK
RGB Variations
Color information
#F25F68 (or 0xF25F68) is known color: Wild Watermelon. HEX triplet: F2, 5F and 68. RGB value is (242,95,104). Sum of RGB (Red+Green+Blue) = 242+95+104=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F68 is #0DA097. Grayscale: #8C8C8C. Windows color (decimal): -893080 or 6840306. OLE color: 6840306.
HSL color Cylindrical-coordinate representation of color #F25F68: hue angle of 356.33º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25F68 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 104 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.05 |
| HSL | 356.33º | 0.85% | 0.66% | - |
| HSV(B) | 356.33º | 0.61% | 0.95% | - |
| XYZ | 43.21 | 28.06 | 16.24 | - |
| YUV | 139.98 | 107.7 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 104 | 0 | 0.61 | 0.57 | 0.05 | 356.33 | 0.85 | 0.66 |
| Hex | F2 | 5F | 68 | 0 | 3D | 39 | 5 | 164 | 55 | 42 |
| Octal | 362 | 137 | 150 | 0 | 75 | 71 | 5 | 544 | 125 | 102 |
| Binary | 11110010 | 1011111 | 1101000 | 0 | 111101 | 111001 | 101 | 101100100 | 1010101 | 1000010 |
Color Harmonies of #F25F68
Complementary color
Monochromatic Colors of #F25F68
Black with #F25F68
Text Example
Text Example
White with #F25F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F68; }
p { color: rgb(242,95,104); }
H1.HeaderClassName
{
color: #F25F68;
}
.AnyTagClassName
{
color: #F25F68;
}
</style>
background-color css
<style>
a { background-color: #F25F68; }
a { background-color: rgb(242,95,104); }
div.DivClassName
{
background-color: #F25F68;
}
.BgClassName
{
background-color: #F25F68;
}
</style>
border-color css
<style>
span { border-color: #F25F68; }
span { border-color: rgb(242,95,104); }
td.TdClassName
{
border-color: #F25F68;
}
.TagClassName
{
border-color: #F25F68;
}
</style>