Shades of Wild Watermelon #F8466F
Tints of Wild Watermelon #F8466F
RGB
CMYK
RGB Variations
Color information
#F8466F (or 0xF8466F) is known color: Wild Watermelon. HEX triplet: F8, 46 and 6F. RGB value is (248,70,111). Sum of RGB (Red+Green+Blue) = 248+70+111=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8466F is #07B990. Grayscale: #7F7F7F. Windows color (decimal): -506257 or 7292664. OLE color: 7292664.
HSL color Cylindrical-coordinate representation of color #F8466F: hue angle of 346.18º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8466F is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 111 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.03 |
| HSL | 346.18º | 0.93% | 0.62% | - |
| HSV(B) | 346.18º | 0.72% | 0.97% | - |
| XYZ | 43.77 | 25.48 | 17.65 | - |
| YUV | 127.9 | 118.47 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 111 | 0 | 0.72 | 0.55 | 0.03 | 346.18 | 0.93 | 0.62 |
| Hex | F8 | 46 | 6F | 0 | 48 | 37 | 3 | 15A | 5D | 3E |
| Octal | 370 | 106 | 157 | 0 | 110 | 67 | 3 | 532 | 135 | 76 |
| Binary | 11111000 | 1000110 | 1101111 | 0 | 1001000 | 110111 | 11 | 101011010 | 1011101 | 111110 |
Color Harmonies of #F8466F
Complementary color
Monochromatic Colors of #F8466F
Black with #F8466F
Text Example
Text Example
White with #F8466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8466F; }
p { color: rgb(248,70,111); }
H1.HeaderClassName
{
color: #F8466F;
}
.AnyTagClassName
{
color: #F8466F;
}
</style>
background-color css
<style>
a { background-color: #F8466F; }
a { background-color: rgb(248,70,111); }
div.DivClassName
{
background-color: #F8466F;
}
.BgClassName
{
background-color: #F8466F;
}
</style>
border-color css
<style>
span { border-color: #F8466F; }
span { border-color: rgb(248,70,111); }
td.TdClassName
{
border-color: #F8466F;
}
.TagClassName
{
border-color: #F8466F;
}
</style>