Shades of Wild Watermelon #F25678
Tints of Wild Watermelon #F25678
RGB
CMYK
RGB Variations
Color information
#F25678 (or 0xF25678) is known color: Wild Watermelon. HEX triplet: F2, 56 and 78. RGB value is (242,86,120). Sum of RGB (Red+Green+Blue) = 242+86+120=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F25678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25678 is #0DA987. Grayscale: #888888. Windows color (decimal): -895368 or 7886578. OLE color: 7886578.
HSL color Cylindrical-coordinate representation of color #F25678: hue angle of 346.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25678 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 120 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.05 |
| HSL | 346.92º | 0.86% | 0.64% | - |
| HSV(B) | 346.92º | 0.64% | 0.95% | - |
| XYZ | 43.34 | 26.89 | 20.68 | - |
| YUV | 136.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 120 | 0 | 0.64 | 0.50 | 0.05 | 346.92 | 0.86 | 0.64 |
| Hex | F2 | 56 | 78 | 0 | 40 | 32 | 5 | 15B | 56 | 40 |
| Octal | 362 | 126 | 170 | 0 | 100 | 62 | 5 | 533 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1111000 | 0 | 1000000 | 110010 | 101 | 101011011 | 1010110 | 1000000 |
Color Harmonies of #F25678
Complementary color
Monochromatic Colors of #F25678
Black with #F25678
Text Example
Text Example
White with #F25678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25678; }
p { color: rgb(242,86,120); }
H1.HeaderClassName
{
color: #F25678;
}
.AnyTagClassName
{
color: #F25678;
}
</style>
background-color css
<style>
a { background-color: #F25678; }
a { background-color: rgb(242,86,120); }
div.DivClassName
{
background-color: #F25678;
}
.BgClassName
{
background-color: #F25678;
}
</style>
border-color css
<style>
span { border-color: #F25678; }
span { border-color: rgb(242,86,120); }
td.TdClassName
{
border-color: #F25678;
}
.TagClassName
{
border-color: #F25678;
}
</style>