Shades of Wild Watermelon #F85A6B
Tints of Wild Watermelon #F85A6B
RGB
CMYK
RGB Variations
Color information
#F85A6B (or 0xF85A6B) is known color: Wild Watermelon. HEX triplet: F8, 5A and 6B. RGB value is (248,90,107). Sum of RGB (Red+Green+Blue) = 248+90+107=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85A6B is #07A594. Grayscale: #8B8B8B. Windows color (decimal): -501141 or 7035640. OLE color: 7035640.
HSL color Cylindrical-coordinate representation of color #F85A6B: hue angle of 353.54º 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 #F85A6B is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 107 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.03 |
| HSL | 353.54º | 0.92% | 0.66% | - |
| HSV(B) | 353.54º | 0.64% | 0.97% | - |
| XYZ | 45.02 | 28.33 | 17.01 | - |
| YUV | 139.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 107 | 0 | 0.64 | 0.57 | 0.03 | 353.54 | 0.92 | 0.66 |
| Hex | F8 | 5A | 6B | 0 | 40 | 39 | 3 | 162 | 5C | 42 |
| Octal | 370 | 132 | 153 | 0 | 100 | 71 | 3 | 542 | 134 | 102 |
| Binary | 11111000 | 1011010 | 1101011 | 0 | 1000000 | 111001 | 11 | 101100010 | 1011100 | 1000010 |
Color Harmonies of #F85A6B
Complementary color
Monochromatic Colors of #F85A6B
Black with #F85A6B
Text Example
Text Example
White with #F85A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A6B; }
p { color: rgb(248,90,107); }
H1.HeaderClassName
{
color: #F85A6B;
}
.AnyTagClassName
{
color: #F85A6B;
}
</style>
background-color css
<style>
a { background-color: #F85A6B; }
a { background-color: rgb(248,90,107); }
div.DivClassName
{
background-color: #F85A6B;
}
.BgClassName
{
background-color: #F85A6B;
}
</style>
border-color css
<style>
span { border-color: #F85A6B; }
span { border-color: rgb(248,90,107); }
td.TdClassName
{
border-color: #F85A6B;
}
.TagClassName
{
border-color: #F85A6B;
}
</style>