Shades of Wild Watermelon #F86467
Tints of Wild Watermelon #F86467
RGB
CMYK
RGB Variations
Color information
#F86467 (or 0xF86467) is known color: Wild Watermelon. HEX triplet: F8, 64 and 67. RGB value is (248,100,103). Sum of RGB (Red+Green+Blue) = 248+100+103=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F86467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86467 is #079B98. Grayscale: #909090. Windows color (decimal): -498585 or 6776056. OLE color: 6776056.
HSL color Cylindrical-coordinate representation of color #F86467: hue angle of 358.78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86467 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 103 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.03 |
| HSL | 358.78º | 0.91% | 0.68% | - |
| HSV(B) | 358.78º | 0.6% | 0.97% | - |
| XYZ | 45.72 | 30.05 | 16.22 | - |
| YUV | 144.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 103 | 0 | 0.60 | 0.58 | 0.03 | 358.78 | 0.91 | 0.68 |
| Hex | F8 | 64 | 67 | 0 | 3C | 3A | 3 | 167 | 5B | 44 |
| Octal | 370 | 144 | 147 | 0 | 74 | 72 | 3 | 547 | 133 | 104 |
| Binary | 11111000 | 1100100 | 1100111 | 0 | 111100 | 111010 | 11 | 101100111 | 1011011 | 1000100 |
Color Harmonies of #F86467
Complementary color
Monochromatic Colors of #F86467
Black with #F86467
Text Example
Text Example
White with #F86467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86467; }
p { color: rgb(248,100,103); }
H1.HeaderClassName
{
color: #F86467;
}
.AnyTagClassName
{
color: #F86467;
}
</style>
background-color css
<style>
a { background-color: #F86467; }
a { background-color: rgb(248,100,103); }
div.DivClassName
{
background-color: #F86467;
}
.BgClassName
{
background-color: #F86467;
}
</style>
border-color css
<style>
span { border-color: #F86467; }
span { border-color: rgb(248,100,103); }
td.TdClassName
{
border-color: #F86467;
}
.TagClassName
{
border-color: #F86467;
}
</style>