Shades of Wild Watermelon #F8506B
Tints of Wild Watermelon #F8506B
RGB
CMYK
RGB Variations
Color information
#F8506B (or 0xF8506B) is known color: Wild Watermelon. HEX triplet: F8, 50 and 6B. RGB value is (248,80,107). Sum of RGB (Red+Green+Blue) = 248+80+107=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F8506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8506B is #07AF94. Grayscale: #858585. Windows color (decimal): -503701 or 7033080. OLE color: 7033080.
HSL color Cylindrical-coordinate representation of color #F8506B: hue angle of 350.36º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8506B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 107 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.03 |
| HSL | 350.36º | 0.92% | 0.64% | - |
| HSV(B) | 350.36º | 0.68% | 0.97% | - |
| XYZ | 44.23 | 26.76 | 16.74 | - |
| YUV | 133.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 107 | 0 | 0.68 | 0.57 | 0.03 | 350.36 | 0.92 | 0.64 |
| Hex | F8 | 50 | 6B | 0 | 44 | 39 | 3 | 15E | 5C | 40 |
| Octal | 370 | 120 | 153 | 0 | 104 | 71 | 3 | 536 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1101011 | 0 | 1000100 | 111001 | 11 | 101011110 | 1011100 | 1000000 |
Color Harmonies of #F8506B
Complementary color
Monochromatic Colors of #F8506B
Black with #F8506B
Text Example
Text Example
White with #F8506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8506B; }
p { color: rgb(248,80,107); }
H1.HeaderClassName
{
color: #F8506B;
}
.AnyTagClassName
{
color: #F8506B;
}
</style>
background-color css
<style>
a { background-color: #F8506B; }
a { background-color: rgb(248,80,107); }
div.DivClassName
{
background-color: #F8506B;
}
.BgClassName
{
background-color: #F8506B;
}
</style>
border-color css
<style>
span { border-color: #F8506B; }
span { border-color: rgb(248,80,107); }
td.TdClassName
{
border-color: #F8506B;
}
.TagClassName
{
border-color: #F8506B;
}
</style>