Shades of Wild Watermelon #F8517D
Tints of Wild Watermelon #F8517D
RGB
CMYK
RGB Variations
Color information
#F8517D (or 0xF8517D) is known color: Wild Watermelon. HEX triplet: F8, 51 and 7D. RGB value is (248,81,125). Sum of RGB (Red+Green+Blue) = 248+81+125=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8517D is #07AE82. Grayscale: #878787. Windows color (decimal): -503427 or 8212984. OLE color: 8212984.
HSL color Cylindrical-coordinate representation of color #F8517D: hue angle of 344.19º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8517D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 125 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.03 |
| HSL | 344.19º | 0.92% | 0.65% | - |
| HSV(B) | 344.19º | 0.67% | 0.97% | - |
| XYZ | 45.36 | 27.32 | 22.29 | - |
| YUV | 135.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 125 | 0 | 0.67 | 0.50 | 0.03 | 344.19 | 0.92 | 0.65 |
| Hex | F8 | 51 | 7D | 0 | 43 | 32 | 3 | 158 | 5C | 41 |
| Octal | 370 | 121 | 175 | 0 | 103 | 62 | 3 | 530 | 134 | 101 |
| Binary | 11111000 | 1010001 | 1111101 | 0 | 1000011 | 110010 | 11 | 101011000 | 1011100 | 1000001 |
Color Harmonies of #F8517D
Complementary color
Monochromatic Colors of #F8517D
Black with #F8517D
Text Example
Text Example
White with #F8517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8517D; }
p { color: rgb(248,81,125); }
H1.HeaderClassName
{
color: #F8517D;
}
.AnyTagClassName
{
color: #F8517D;
}
</style>
background-color css
<style>
a { background-color: #F8517D; }
a { background-color: rgb(248,81,125); }
div.DivClassName
{
background-color: #F8517D;
}
.BgClassName
{
background-color: #F8517D;
}
</style>
border-color css
<style>
span { border-color: #F8517D; }
span { border-color: rgb(248,81,125); }
td.TdClassName
{
border-color: #F8517D;
}
.TagClassName
{
border-color: #F8517D;
}
</style>