Shades of Wild Watermelon #F2566B
Tints of Wild Watermelon #F2566B
RGB
CMYK
RGB Variations
Color information
#F2566B (or 0xF2566B) is known color: Wild Watermelon. HEX triplet: F2, 56 and 6B. RGB value is (242,86,107). Sum of RGB (Red+Green+Blue) = 242+86+107=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2566B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2566B is #0DA994. Grayscale: #878787. Windows color (decimal): -895381 or 7034610. OLE color: 7034610.
HSL color Cylindrical-coordinate representation of color #F2566B: hue angle of 351.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 #F2566B is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 107 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.05 |
| HSL | 351.92º | 0.86% | 0.64% | - |
| HSV(B) | 351.92º | 0.64% | 0.95% | - |
| XYZ | 42.6 | 26.59 | 16.8 | - |
| YUV | 135.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 107 | 0 | 0.64 | 0.56 | 0.05 | 351.92 | 0.86 | 0.64 |
| Hex | F2 | 56 | 6B | 0 | 40 | 38 | 5 | 160 | 56 | 40 |
| Octal | 362 | 126 | 153 | 0 | 100 | 70 | 5 | 540 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1101011 | 0 | 1000000 | 111000 | 101 | 101100000 | 1010110 | 1000000 |
Color Harmonies of #F2566B
Complementary color
Monochromatic Colors of #F2566B
Black with #F2566B
Text Example
Text Example
White with #F2566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2566B; }
p { color: rgb(242,86,107); }
H1.HeaderClassName
{
color: #F2566B;
}
.AnyTagClassName
{
color: #F2566B;
}
</style>
background-color css
<style>
a { background-color: #F2566B; }
a { background-color: rgb(242,86,107); }
div.DivClassName
{
background-color: #F2566B;
}
.BgClassName
{
background-color: #F2566B;
}
</style>
border-color css
<style>
span { border-color: #F2566B; }
span { border-color: rgb(242,86,107); }
td.TdClassName
{
border-color: #F2566B;
}
.TagClassName
{
border-color: #F2566B;
}
</style>