Shades of Wild Watermelon #F8557C
Tints of Wild Watermelon #F8557C
RGB
CMYK
RGB Variations
Color information
#F8557C (or 0xF8557C) is known color: Wild Watermelon. HEX triplet: F8, 55 and 7C. RGB value is (248,85,124). Sum of RGB (Red+Green+Blue) = 248+85+124=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8557C is #07AA83. Grayscale: #8A8A8A. Windows color (decimal): -502404 or 8148472. OLE color: 8148472.
HSL color Cylindrical-coordinate representation of color #F8557C: hue angle of 345.64º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8557C is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 124 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.03 |
| HSL | 345.64º | 0.92% | 0.65% | - |
| HSV(B) | 345.64º | 0.66% | 0.97% | - |
| XYZ | 45.6 | 27.91 | 22.05 | - |
| YUV | 138.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 124 | 0 | 0.66 | 0.5 | 0.03 | 345.64 | 0.92 | 0.65 |
| Hex | F8 | 55 | 7C | 0 | 42 | 32 | 3 | 15A | 5C | 41 |
| Octal | 370 | 125 | 174 | 0 | 102 | 62 | 3 | 532 | 134 | 101 |
| Binary | 11111000 | 1010101 | 1111100 | 0 | 1000010 | 110010 | 11 | 101011010 | 1011100 | 1000001 |
Color Harmonies of #F8557C
Complementary color
Monochromatic Colors of #F8557C
Black with #F8557C
Text Example
Text Example
White with #F8557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8557C; }
p { color: rgb(248,85,124); }
H1.HeaderClassName
{
color: #F8557C;
}
.AnyTagClassName
{
color: #F8557C;
}
</style>
background-color css
<style>
a { background-color: #F8557C; }
a { background-color: rgb(248,85,124); }
div.DivClassName
{
background-color: #F8557C;
}
.BgClassName
{
background-color: #F8557C;
}
</style>
border-color css
<style>
span { border-color: #F8557C; }
span { border-color: rgb(248,85,124); }
td.TdClassName
{
border-color: #F8557C;
}
.TagClassName
{
border-color: #F8557C;
}
</style>