Shades of Wild Watermelon #F85E6A
Tints of Wild Watermelon #F85E6A
RGB
CMYK
RGB Variations
Color information
#F85E6A (or 0xF85E6A) is known color: Wild Watermelon. HEX triplet: F8, 5E and 6A. RGB value is (248,94,106). Sum of RGB (Red+Green+Blue) = 248+94+106=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E6A is #07A195. Grayscale: #8D8D8D. Windows color (decimal): -500118 or 6971128. OLE color: 6971128.
HSL color Cylindrical-coordinate representation of color #F85E6A: hue angle of 355.32º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85E6A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 106 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.03 |
| HSL | 355.32º | 0.92% | 0.67% | - |
| HSV(B) | 355.32º | 0.62% | 0.97% | - |
| XYZ | 45.32 | 29 | 16.85 | - |
| YUV | 141.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 106 | 0 | 0.62 | 0.57 | 0.03 | 355.32 | 0.92 | 0.67 |
| Hex | F8 | 5E | 6A | 0 | 3E | 39 | 3 | 163 | 5C | 43 |
| Octal | 370 | 136 | 152 | 0 | 76 | 71 | 3 | 543 | 134 | 103 |
| Binary | 11111000 | 1011110 | 1101010 | 0 | 111110 | 111001 | 11 | 101100011 | 1011100 | 1000011 |
Color Harmonies of #F85E6A
Complementary color
Monochromatic Colors of #F85E6A
Black with #F85E6A
Text Example
Text Example
White with #F85E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E6A; }
p { color: rgb(248,94,106); }
H1.HeaderClassName
{
color: #F85E6A;
}
.AnyTagClassName
{
color: #F85E6A;
}
</style>
background-color css
<style>
a { background-color: #F85E6A; }
a { background-color: rgb(248,94,106); }
div.DivClassName
{
background-color: #F85E6A;
}
.BgClassName
{
background-color: #F85E6A;
}
</style>
border-color css
<style>
span { border-color: #F85E6A; }
span { border-color: rgb(248,94,106); }
td.TdClassName
{
border-color: #F85E6A;
}
.TagClassName
{
border-color: #F85E6A;
}
</style>