Shades of Wild Watermelon #F8536C
Tints of Wild Watermelon #F8536C
RGB
CMYK
RGB Variations
Color information
#F8536C (or 0xF8536C) is known color: Wild Watermelon. HEX triplet: F8, 53 and 6C. RGB value is (248,83,108). Sum of RGB (Red+Green+Blue) = 248+83+108=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8536C is #07AC93. Grayscale: #878787. Windows color (decimal): -502932 or 7099384. OLE color: 7099384.
HSL color Cylindrical-coordinate representation of color #F8536C: hue angle of 350.91º 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 #F8536C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 108 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.03 |
| HSL | 350.91º | 0.92% | 0.65% | - |
| HSV(B) | 350.91º | 0.67% | 0.97% | - |
| XYZ | 44.51 | 27.23 | 17.1 | - |
| YUV | 135.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 108 | 0 | 0.67 | 0.56 | 0.03 | 350.91 | 0.92 | 0.65 |
| Hex | F8 | 53 | 6C | 0 | 43 | 38 | 3 | 15F | 5C | 41 |
| Octal | 370 | 123 | 154 | 0 | 103 | 70 | 3 | 537 | 134 | 101 |
| Binary | 11111000 | 1010011 | 1101100 | 0 | 1000011 | 111000 | 11 | 101011111 | 1011100 | 1000001 |
Color Harmonies of #F8536C
Complementary color
Monochromatic Colors of #F8536C
Black with #F8536C
Text Example
Text Example
White with #F8536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8536C; }
p { color: rgb(248,83,108); }
H1.HeaderClassName
{
color: #F8536C;
}
.AnyTagClassName
{
color: #F8536C;
}
</style>
background-color css
<style>
a { background-color: #F8536C; }
a { background-color: rgb(248,83,108); }
div.DivClassName
{
background-color: #F8536C;
}
.BgClassName
{
background-color: #F8536C;
}
</style>
border-color css
<style>
span { border-color: #F8536C; }
span { border-color: rgb(248,83,108); }
td.TdClassName
{
border-color: #F8536C;
}
.TagClassName
{
border-color: #F8536C;
}
</style>