Shades of Wild Watermelon #F25561
Tints of Wild Watermelon #F25561
RGB
CMYK
RGB Variations
Color information
#F25561 (or 0xF25561) is known color: Wild Watermelon. HEX triplet: F2, 55 and 61. RGB value is (242,85,97). Sum of RGB (Red+Green+Blue) = 242+85+97=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F25561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25561 is #0DAA9E. Grayscale: #858585. Windows color (decimal): -895647 or 6378994. OLE color: 6378994.
HSL color Cylindrical-coordinate representation of color #F25561: hue angle of 355.41º 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 #F25561 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 97 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.05 |
| HSL | 355.41º | 0.86% | 0.64% | - |
| HSV(B) | 355.41º | 0.65% | 0.95% | - |
| XYZ | 42.02 | 26.24 | 14.16 | - |
| YUV | 133.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 97 | 0 | 0.65 | 0.60 | 0.05 | 355.41 | 0.86 | 0.64 |
| Hex | F2 | 55 | 61 | 0 | 41 | 3C | 5 | 163 | 56 | 40 |
| Octal | 362 | 125 | 141 | 0 | 101 | 74 | 5 | 543 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1100001 | 0 | 1000001 | 111100 | 101 | 101100011 | 1010110 | 1000000 |
Color Harmonies of #F25561
Complementary color
Monochromatic Colors of #F25561
Black with #F25561
Text Example
Text Example
White with #F25561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25561; }
p { color: rgb(242,85,97); }
H1.HeaderClassName
{
color: #F25561;
}
.AnyTagClassName
{
color: #F25561;
}
</style>
background-color css
<style>
a { background-color: #F25561; }
a { background-color: rgb(242,85,97); }
div.DivClassName
{
background-color: #F25561;
}
.BgClassName
{
background-color: #F25561;
}
</style>
border-color css
<style>
span { border-color: #F25561; }
span { border-color: rgb(242,85,97); }
td.TdClassName
{
border-color: #F25561;
}
.TagClassName
{
border-color: #F25561;
}
</style>