Shades of Wild Watermelon #F25566
Tints of Wild Watermelon #F25566
RGB
CMYK
RGB Variations
Color information
#F25566 (or 0xF25566) is known color: Wild Watermelon. HEX triplet: F2, 55 and 66. RGB value is (242,85,102). Sum of RGB (Red+Green+Blue) = 242+85+102=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F25566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25566 is #0DAA99. Grayscale: #858585. Windows color (decimal): -895642 or 6706674. OLE color: 6706674.
HSL color Cylindrical-coordinate representation of color #F25566: hue angle of 353.5º 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 #F25566 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 102 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.05 |
| HSL | 353.5º | 0.86% | 0.64% | - |
| HSV(B) | 353.5º | 0.65% | 0.95% | - |
| XYZ | 42.26 | 26.33 | 15.43 | - |
| YUV | 133.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 102 | 0 | 0.65 | 0.58 | 0.05 | 353.5 | 0.86 | 0.64 |
| Hex | F2 | 55 | 66 | 0 | 41 | 3A | 5 | 162 | 56 | 40 |
| Octal | 362 | 125 | 146 | 0 | 101 | 72 | 5 | 542 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1100110 | 0 | 1000001 | 111010 | 101 | 101100010 | 1010110 | 1000000 |
Color Harmonies of #F25566
Complementary color
Monochromatic Colors of #F25566
Black with #F25566
Text Example
Text Example
White with #F25566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25566; }
p { color: rgb(242,85,102); }
H1.HeaderClassName
{
color: #F25566;
}
.AnyTagClassName
{
color: #F25566;
}
</style>
background-color css
<style>
a { background-color: #F25566; }
a { background-color: rgb(242,85,102); }
div.DivClassName
{
background-color: #F25566;
}
.BgClassName
{
background-color: #F25566;
}
</style>
border-color css
<style>
span { border-color: #F25566; }
span { border-color: rgb(242,85,102); }
td.TdClassName
{
border-color: #F25566;
}
.TagClassName
{
border-color: #F25566;
}
</style>