Shades of Wild Watermelon #F8526C
Tints of Wild Watermelon #F8526C
RGB
CMYK
RGB Variations
Color information
#F8526C (or 0xF8526C) is known color: Wild Watermelon. HEX triplet: F8, 52 and 6C. RGB value is (248,82,108). Sum of RGB (Red+Green+Blue) = 248+82+108=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8526C is #07AD93. Grayscale: #868686. Windows color (decimal): -503188 or 7099128. OLE color: 7099128.
HSL color Cylindrical-coordinate representation of color #F8526C: hue angle of 350.6º 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 #F8526C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 108 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.03 |
| HSL | 350.6º | 0.92% | 0.65% | - |
| HSV(B) | 350.6º | 0.67% | 0.97% | - |
| XYZ | 44.44 | 27.07 | 17.07 | - |
| YUV | 134.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 108 | 0 | 0.67 | 0.56 | 0.03 | 350.6 | 0.92 | 0.65 |
| Hex | F8 | 52 | 6C | 0 | 43 | 38 | 3 | 15F | 5C | 41 |
| Octal | 370 | 122 | 154 | 0 | 103 | 70 | 3 | 537 | 134 | 101 |
| Binary | 11111000 | 1010010 | 1101100 | 0 | 1000011 | 111000 | 11 | 101011111 | 1011100 | 1000001 |
Color Harmonies of #F8526C
Complementary color
Monochromatic Colors of #F8526C
Black with #F8526C
Text Example
Text Example
White with #F8526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8526C; }
p { color: rgb(248,82,108); }
H1.HeaderClassName
{
color: #F8526C;
}
.AnyTagClassName
{
color: #F8526C;
}
</style>
background-color css
<style>
a { background-color: #F8526C; }
a { background-color: rgb(248,82,108); }
div.DivClassName
{
background-color: #F8526C;
}
.BgClassName
{
background-color: #F8526C;
}
</style>
border-color css
<style>
span { border-color: #F8526C; }
span { border-color: rgb(248,82,108); }
td.TdClassName
{
border-color: #F8526C;
}
.TagClassName
{
border-color: #F8526C;
}
</style>