Shades of Wild Watermelon #F25D68
Tints of Wild Watermelon #F25D68
RGB
CMYK
RGB Variations
Color information
#F25D68 (or 0xF25D68) is known color: Wild Watermelon. HEX triplet: F2, 5D and 68. RGB value is (242,93,104). Sum of RGB (Red+Green+Blue) = 242+93+104=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D68 is #0DA297. Grayscale: #8A8A8A. Windows color (decimal): -893592 or 6839794. OLE color: 6839794.
HSL color Cylindrical-coordinate representation of color #F25D68: hue angle of 355.57º 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 #F25D68 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 104 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.05 |
| HSL | 355.57º | 0.85% | 0.66% | - |
| HSV(B) | 355.57º | 0.62% | 0.95% | - |
| XYZ | 43.03 | 27.71 | 16.18 | - |
| YUV | 138.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 104 | 0 | 0.62 | 0.57 | 0.05 | 355.57 | 0.85 | 0.66 |
| Hex | F2 | 5D | 68 | 0 | 3E | 39 | 5 | 164 | 55 | 42 |
| Octal | 362 | 135 | 150 | 0 | 76 | 71 | 5 | 544 | 125 | 102 |
| Binary | 11110010 | 1011101 | 1101000 | 0 | 111110 | 111001 | 101 | 101100100 | 1010101 | 1000010 |
Color Harmonies of #F25D68
Complementary color
Monochromatic Colors of #F25D68
Black with #F25D68
Text Example
Text Example
White with #F25D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D68; }
p { color: rgb(242,93,104); }
H1.HeaderClassName
{
color: #F25D68;
}
.AnyTagClassName
{
color: #F25D68;
}
</style>
background-color css
<style>
a { background-color: #F25D68; }
a { background-color: rgb(242,93,104); }
div.DivClassName
{
background-color: #F25D68;
}
.BgClassName
{
background-color: #F25D68;
}
</style>
border-color css
<style>
span { border-color: #F25D68; }
span { border-color: rgb(242,93,104); }
td.TdClassName
{
border-color: #F25D68;
}
.TagClassName
{
border-color: #F25D68;
}
</style>