Shades of Wild Watermelon #F05263
Tints of Wild Watermelon #F05263
RGB
CMYK
RGB Variations
Color information
#F05263 (or 0xF05263) is known color: Wild Watermelon. HEX triplet: F0, 52 and 63. RGB value is (240,82,99). Sum of RGB (Red+Green+Blue) = 240+82+99=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F05263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05263 is #0FAD9C. Grayscale: #838383. Windows color (decimal): -1027485 or 6509296. OLE color: 6509296.
HSL color Cylindrical-coordinate representation of color #F05263: hue angle of 353.54º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05263 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 99 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.06 |
| HSL | 353.54º | 0.84% | 0.63% | - |
| HSV(B) | 353.54º | 0.66% | 0.94% | - |
| XYZ | 41.2 | 25.46 | 14.55 | - |
| YUV | 131.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 99 | 0 | 0.66 | 0.59 | 0.06 | 353.54 | 0.84 | 0.63 |
| Hex | F0 | 52 | 63 | 0 | 42 | 3B | 6 | 162 | 54 | 3F |
| Octal | 360 | 122 | 143 | 0 | 102 | 73 | 6 | 542 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1100011 | 0 | 1000010 | 111011 | 110 | 101100010 | 1010100 | 111111 |
Color Harmonies of #F05263
Complementary color
Monochromatic Colors of #F05263
Black with #F05263
Text Example
Text Example
White with #F05263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05263; }
p { color: rgb(240,82,99); }
H1.HeaderClassName
{
color: #F05263;
}
.AnyTagClassName
{
color: #F05263;
}
</style>
background-color css
<style>
a { background-color: #F05263; }
a { background-color: rgb(240,82,99); }
div.DivClassName
{
background-color: #F05263;
}
.BgClassName
{
background-color: #F05263;
}
</style>
border-color css
<style>
span { border-color: #F05263; }
span { border-color: rgb(240,82,99); }
td.TdClassName
{
border-color: #F05263;
}
.TagClassName
{
border-color: #F05263;
}
</style>