Shades of Wild Watermelon #F2565D
Tints of Wild Watermelon #F2565D
RGB
CMYK
RGB Variations
Color information
#F2565D (or 0xF2565D) is known color: Wild Watermelon. HEX triplet: F2, 56 and 5D. RGB value is (242,86,93). Sum of RGB (Red+Green+Blue) = 242+86+93=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2565D is #0DA9A2. Grayscale: #858585. Windows color (decimal): -895395 or 6117106. OLE color: 6117106.
HSL color Cylindrical-coordinate representation of color #F2565D: hue angle of 357.31º 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 #F2565D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 93 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.05 |
| HSL | 357.31º | 0.86% | 0.64% | - |
| HSV(B) | 357.31º | 0.64% | 0.95% | - |
| XYZ | 41.92 | 26.32 | 13.23 | - |
| YUV | 133.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 93 | 0 | 0.64 | 0.62 | 0.05 | 357.31 | 0.86 | 0.64 |
| Hex | F2 | 56 | 5D | 0 | 40 | 3E | 5 | 165 | 56 | 40 |
| Octal | 362 | 126 | 135 | 0 | 100 | 76 | 5 | 545 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1011101 | 0 | 1000000 | 111110 | 101 | 101100101 | 1010110 | 1000000 |
Color Harmonies of #F2565D
Complementary color
Monochromatic Colors of #F2565D
Black with #F2565D
Text Example
Text Example
White with #F2565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2565D; }
p { color: rgb(242,86,93); }
H1.HeaderClassName
{
color: #F2565D;
}
.AnyTagClassName
{
color: #F2565D;
}
</style>
background-color css
<style>
a { background-color: #F2565D; }
a { background-color: rgb(242,86,93); }
div.DivClassName
{
background-color: #F2565D;
}
.BgClassName
{
background-color: #F2565D;
}
</style>
border-color css
<style>
span { border-color: #F2565D; }
span { border-color: rgb(242,86,93); }
td.TdClassName
{
border-color: #F2565D;
}
.TagClassName
{
border-color: #F2565D;
}
</style>