Shades of Wild Watermelon #F85A6C
Tints of Wild Watermelon #F85A6C
RGB
CMYK
RGB Variations
Color information
#F85A6C (or 0xF85A6C) is known color: Wild Watermelon. HEX triplet: F8, 5A and 6C. RGB value is (248,90,108). Sum of RGB (Red+Green+Blue) = 248+90+108=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85A6C is #07A593. Grayscale: #8B8B8B. Windows color (decimal): -501140 or 7101176. OLE color: 7101176.
HSL color Cylindrical-coordinate representation of color #F85A6C: hue angle of 353.16º 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 #F85A6C is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 108 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.03 |
| HSL | 353.16º | 0.92% | 0.66% | - |
| HSV(B) | 353.16º | 0.64% | 0.97% | - |
| XYZ | 45.07 | 28.35 | 17.28 | - |
| YUV | 139.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 108 | 0 | 0.64 | 0.56 | 0.03 | 353.16 | 0.92 | 0.66 |
| Hex | F8 | 5A | 6C | 0 | 40 | 38 | 3 | 161 | 5C | 42 |
| Octal | 370 | 132 | 154 | 0 | 100 | 70 | 3 | 541 | 134 | 102 |
| Binary | 11111000 | 1011010 | 1101100 | 0 | 1000000 | 111000 | 11 | 101100001 | 1011100 | 1000010 |
Color Harmonies of #F85A6C
Complementary color
Monochromatic Colors of #F85A6C
Black with #F85A6C
Text Example
Text Example
White with #F85A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A6C; }
p { color: rgb(248,90,108); }
H1.HeaderClassName
{
color: #F85A6C;
}
.AnyTagClassName
{
color: #F85A6C;
}
</style>
background-color css
<style>
a { background-color: #F85A6C; }
a { background-color: rgb(248,90,108); }
div.DivClassName
{
background-color: #F85A6C;
}
.BgClassName
{
background-color: #F85A6C;
}
</style>
border-color css
<style>
span { border-color: #F85A6C; }
span { border-color: rgb(248,90,108); }
td.TdClassName
{
border-color: #F85A6C;
}
.TagClassName
{
border-color: #F85A6C;
}
</style>