Shades of Wild Watermelon #F25669
Tints of Wild Watermelon #F25669
RGB
CMYK
RGB Variations
Color information
#F25669 (or 0xF25669) is known color: Wild Watermelon. HEX triplet: F2, 56 and 69. RGB value is (242,86,105). Sum of RGB (Red+Green+Blue) = 242+86+105=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F25669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25669 is #0DA996. Grayscale: #868686. Windows color (decimal): -895383 or 6903538. OLE color: 6903538.
HSL color Cylindrical-coordinate representation of color #F25669: hue angle of 352.69º 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 #F25669 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 105 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.05 |
| HSL | 352.69º | 0.86% | 0.64% | - |
| HSV(B) | 352.69º | 0.64% | 0.95% | - |
| XYZ | 42.5 | 26.55 | 16.25 | - |
| YUV | 134.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 105 | 0 | 0.64 | 0.57 | 0.05 | 352.69 | 0.86 | 0.64 |
| Hex | F2 | 56 | 69 | 0 | 40 | 39 | 5 | 161 | 56 | 40 |
| Octal | 362 | 126 | 151 | 0 | 100 | 71 | 5 | 541 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1101001 | 0 | 1000000 | 111001 | 101 | 101100001 | 1010110 | 1000000 |
Color Harmonies of #F25669
Complementary color
Monochromatic Colors of #F25669
Black with #F25669
Text Example
Text Example
White with #F25669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25669; }
p { color: rgb(242,86,105); }
H1.HeaderClassName
{
color: #F25669;
}
.AnyTagClassName
{
color: #F25669;
}
</style>
background-color css
<style>
a { background-color: #F25669; }
a { background-color: rgb(242,86,105); }
div.DivClassName
{
background-color: #F25669;
}
.BgClassName
{
background-color: #F25669;
}
</style>
border-color css
<style>
span { border-color: #F25669; }
span { border-color: rgb(242,86,105); }
td.TdClassName
{
border-color: #F25669;
}
.TagClassName
{
border-color: #F25669;
}
</style>