Shades of Wild Watermelon #F86971
Tints of Wild Watermelon #F86971
RGB
CMYK
RGB Variations
Color information
#F86971 (or 0xF86971) is known color: Wild Watermelon. HEX triplet: F8, 69 and 71. RGB value is (248,105,113). Sum of RGB (Red+Green+Blue) = 248+105+113=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F86971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86971 is #07968E. Grayscale: #949494. Windows color (decimal): -497295 or 7432696. OLE color: 7432696.
HSL color Cylindrical-coordinate representation of color #F86971: hue angle of 356.64º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86971 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 113 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.03 |
| HSL | 356.64º | 0.91% | 0.69% | - |
| HSV(B) | 356.64º | 0.58% | 0.97% | - |
| XYZ | 46.74 | 31.25 | 19.19 | - |
| YUV | 148.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 113 | 0 | 0.58 | 0.54 | 0.03 | 356.64 | 0.91 | 0.69 |
| Hex | F8 | 69 | 71 | 0 | 3A | 36 | 3 | 165 | 5B | 45 |
| Octal | 370 | 151 | 161 | 0 | 72 | 66 | 3 | 545 | 133 | 105 |
| Binary | 11111000 | 1101001 | 1110001 | 0 | 111010 | 110110 | 11 | 101100101 | 1011011 | 1000101 |
Color Harmonies of #F86971
Complementary color
Monochromatic Colors of #F86971
Black with #F86971
Text Example
Text Example
White with #F86971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86971; }
p { color: rgb(248,105,113); }
H1.HeaderClassName
{
color: #F86971;
}
.AnyTagClassName
{
color: #F86971;
}
</style>
background-color css
<style>
a { background-color: #F86971; }
a { background-color: rgb(248,105,113); }
div.DivClassName
{
background-color: #F86971;
}
.BgClassName
{
background-color: #F86971;
}
</style>
border-color css
<style>
span { border-color: #F86971; }
span { border-color: rgb(248,105,113); }
td.TdClassName
{
border-color: #F86971;
}
.TagClassName
{
border-color: #F86971;
}
</style>