Shades of Wild Watermelon #F2585A
Tints of Wild Watermelon #F2585A
RGB
CMYK
RGB Variations
Color information
#F2585A (or 0xF2585A) is known color: Wild Watermelon. HEX triplet: F2, 58 and 5A. RGB value is (242,88,90). Sum of RGB (Red+Green+Blue) = 242+88+90=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2585A is #0DA7A5. Grayscale: #868686. Windows color (decimal): -894886 or 5921010. OLE color: 5921010.
HSL color Cylindrical-coordinate representation of color #F2585A: hue angle of 359.22º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2585A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 90 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.05 |
| HSL | 359.22º | 0.86% | 0.65% | - |
| HSV(B) | 359.22º | 0.64% | 0.95% | - |
| XYZ | 41.95 | 26.59 | 12.6 | - |
| YUV | 134.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 90 | 0 | 0.64 | 0.63 | 0.05 | 359.22 | 0.86 | 0.65 |
| Hex | F2 | 58 | 5A | 0 | 40 | 3F | 5 | 167 | 56 | 41 |
| Octal | 362 | 130 | 132 | 0 | 100 | 77 | 5 | 547 | 126 | 101 |
| Binary | 11110010 | 1011000 | 1011010 | 0 | 1000000 | 111111 | 101 | 101100111 | 1010110 | 1000001 |
Color Harmonies of #F2585A
Complementary color
Monochromatic Colors of #F2585A
Black with #F2585A
Text Example
Text Example
White with #F2585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2585A; }
p { color: rgb(242,88,90); }
H1.HeaderClassName
{
color: #F2585A;
}
.AnyTagClassName
{
color: #F2585A;
}
</style>
background-color css
<style>
a { background-color: #F2585A; }
a { background-color: rgb(242,88,90); }
div.DivClassName
{
background-color: #F2585A;
}
.BgClassName
{
background-color: #F2585A;
}
</style>
border-color css
<style>
span { border-color: #F2585A; }
span { border-color: rgb(242,88,90); }
td.TdClassName
{
border-color: #F2585A;
}
.TagClassName
{
border-color: #F2585A;
}
</style>