Shades of Wild Watermelon #F25C68
Tints of Wild Watermelon #F25C68
RGB
CMYK
RGB Variations
Color information
#F25C68 (or 0xF25C68) is known color: Wild Watermelon. HEX triplet: F2, 5C and 68. RGB value is (242,92,104). Sum of RGB (Red+Green+Blue) = 242+92+104=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C68 is #0DA397. Grayscale: #8A8A8A. Windows color (decimal): -893848 or 6839538. OLE color: 6839538.
HSL color Cylindrical-coordinate representation of color #F25C68: hue angle of 355.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25C68 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 104 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.05 |
| HSL | 355.2º | 0.85% | 0.65% | - |
| HSV(B) | 355.2º | 0.62% | 0.95% | - |
| XYZ | 42.94 | 27.53 | 16.15 | - |
| YUV | 138.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 104 | 0 | 0.62 | 0.57 | 0.05 | 355.2 | 0.85 | 0.65 |
| Hex | F2 | 5C | 68 | 0 | 3E | 39 | 5 | 163 | 55 | 41 |
| Octal | 362 | 134 | 150 | 0 | 76 | 71 | 5 | 543 | 125 | 101 |
| Binary | 11110010 | 1011100 | 1101000 | 0 | 111110 | 111001 | 101 | 101100011 | 1010101 | 1000001 |
Color Harmonies of #F25C68
Complementary color
Monochromatic Colors of #F25C68
Black with #F25C68
Text Example
Text Example
White with #F25C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C68; }
p { color: rgb(242,92,104); }
H1.HeaderClassName
{
color: #F25C68;
}
.AnyTagClassName
{
color: #F25C68;
}
</style>
background-color css
<style>
a { background-color: #F25C68; }
a { background-color: rgb(242,92,104); }
div.DivClassName
{
background-color: #F25C68;
}
.BgClassName
{
background-color: #F25C68;
}
</style>
border-color css
<style>
span { border-color: #F25C68; }
span { border-color: rgb(242,92,104); }
td.TdClassName
{
border-color: #F25C68;
}
.TagClassName
{
border-color: #F25C68;
}
</style>