Shades of Wild Watermelon #F2606C
Tints of Wild Watermelon #F2606C
RGB
CMYK
RGB Variations
Color information
#F2606C (or 0xF2606C) is known color: Wild Watermelon. HEX triplet: F2, 60 and 6C. RGB value is (242,96,108). Sum of RGB (Red+Green+Blue) = 242+96+108=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2606C is #0D9F93. Grayscale: #8D8D8D. Windows color (decimal): -892820 or 7102706. OLE color: 7102706.
HSL color Cylindrical-coordinate representation of color #F2606C: hue angle of 355.07º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2606C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 108 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.05 |
| HSL | 355.07º | 0.85% | 0.66% | - |
| HSV(B) | 355.07º | 0.6% | 0.95% | - |
| XYZ | 43.51 | 28.33 | 17.36 | - |
| YUV | 141.02 | 109.37 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 108 | 0 | 0.60 | 0.55 | 0.05 | 355.07 | 0.85 | 0.66 |
| Hex | F2 | 60 | 6C | 0 | 3C | 37 | 5 | 163 | 55 | 42 |
| Octal | 362 | 140 | 154 | 0 | 74 | 67 | 5 | 543 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1101100 | 0 | 111100 | 110111 | 101 | 101100011 | 1010101 | 1000010 |
Color Harmonies of #F2606C
Complementary color
Monochromatic Colors of #F2606C
Black with #F2606C
Text Example
Text Example
White with #F2606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2606C; }
p { color: rgb(242,96,108); }
H1.HeaderClassName
{
color: #F2606C;
}
.AnyTagClassName
{
color: #F2606C;
}
</style>
background-color css
<style>
a { background-color: #F2606C; }
a { background-color: rgb(242,96,108); }
div.DivClassName
{
background-color: #F2606C;
}
.BgClassName
{
background-color: #F2606C;
}
</style>
border-color css
<style>
span { border-color: #F2606C; }
span { border-color: rgb(242,96,108); }
td.TdClassName
{
border-color: #F2606C;
}
.TagClassName
{
border-color: #F2606C;
}
</style>