Shades of Wild Watermelon #F85A68
Tints of Wild Watermelon #F85A68
RGB
CMYK
RGB Variations
Color information
#F85A68 (or 0xF85A68) is known color: Wild Watermelon. HEX triplet: F8, 5A and 68. RGB value is (248,90,104). Sum of RGB (Red+Green+Blue) = 248+90+104=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85A68 is #07A597. Grayscale: #8A8A8A. Windows color (decimal): -501144 or 6839032. OLE color: 6839032.
HSL color Cylindrical-coordinate representation of color #F85A68: hue angle of 354.68º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85A68 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 104 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.03 |
| HSL | 354.68º | 0.92% | 0.66% | - |
| HSV(B) | 354.68º | 0.64% | 0.97% | - |
| XYZ | 44.87 | 28.27 | 16.19 | - |
| YUV | 138.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 104 | 0 | 0.64 | 0.58 | 0.03 | 354.68 | 0.92 | 0.66 |
| Hex | F8 | 5A | 68 | 0 | 40 | 3A | 3 | 163 | 5C | 42 |
| Octal | 370 | 132 | 150 | 0 | 100 | 72 | 3 | 543 | 134 | 102 |
| Binary | 11111000 | 1011010 | 1101000 | 0 | 1000000 | 111010 | 11 | 101100011 | 1011100 | 1000010 |
Color Harmonies of #F85A68
Complementary color
Monochromatic Colors of #F85A68
Black with #F85A68
Text Example
Text Example
White with #F85A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A68; }
p { color: rgb(248,90,104); }
H1.HeaderClassName
{
color: #F85A68;
}
.AnyTagClassName
{
color: #F85A68;
}
</style>
background-color css
<style>
a { background-color: #F85A68; }
a { background-color: rgb(248,90,104); }
div.DivClassName
{
background-color: #F85A68;
}
.BgClassName
{
background-color: #F85A68;
}
</style>
border-color css
<style>
span { border-color: #F85A68; }
span { border-color: rgb(248,90,104); }
td.TdClassName
{
border-color: #F85A68;
}
.TagClassName
{
border-color: #F85A68;
}
</style>