Shades of Wild Watermelon #F25569
Tints of Wild Watermelon #F25569
RGB
CMYK
RGB Variations
Color information
#F25569 (or 0xF25569) is known color: Wild Watermelon. HEX triplet: F2, 55 and 69. RGB value is (242,85,105). Sum of RGB (Red+Green+Blue) = 242+85+105=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F25569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25569 is #0DAA96. Grayscale: #868686. Windows color (decimal): -895639 or 6903282. OLE color: 6903282.
HSL color Cylindrical-coordinate representation of color #F25569: hue angle of 352.36º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25569 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 105 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.05 |
| HSL | 352.36º | 0.86% | 0.64% | - |
| HSV(B) | 352.36º | 0.65% | 0.95% | - |
| XYZ | 42.42 | 26.39 | 16.22 | - |
| YUV | 134.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 105 | 0 | 0.65 | 0.57 | 0.05 | 352.36 | 0.86 | 0.64 |
| Hex | F2 | 55 | 69 | 0 | 41 | 39 | 5 | 160 | 56 | 40 |
| Octal | 362 | 125 | 151 | 0 | 101 | 71 | 5 | 540 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1101001 | 0 | 1000001 | 111001 | 101 | 101100000 | 1010110 | 1000000 |
Color Harmonies of #F25569
Complementary color
Monochromatic Colors of #F25569
Black with #F25569
Text Example
Text Example
White with #F25569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25569; }
p { color: rgb(242,85,105); }
H1.HeaderClassName
{
color: #F25569;
}
.AnyTagClassName
{
color: #F25569;
}
</style>
background-color css
<style>
a { background-color: #F25569; }
a { background-color: rgb(242,85,105); }
div.DivClassName
{
background-color: #F25569;
}
.BgClassName
{
background-color: #F25569;
}
</style>
border-color css
<style>
span { border-color: #F25569; }
span { border-color: rgb(242,85,105); }
td.TdClassName
{
border-color: #F25569;
}
.TagClassName
{
border-color: #F25569;
}
</style>