Shades of Wild Watermelon #F8577D
Tints of Wild Watermelon #F8577D
RGB
CMYK
RGB Variations
Color information
#F8577D (or 0xF8577D) is known color: Wild Watermelon. HEX triplet: F8, 57 and 7D. RGB value is (248,87,125). Sum of RGB (Red+Green+Blue) = 248+87+125=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8577D is #07A882. Grayscale: #8B8B8B. Windows color (decimal): -501891 or 8214520. OLE color: 8214520.
HSL color Cylindrical-coordinate representation of color #F8577D: hue angle of 345.84º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8577D is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 125 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.03 |
| HSL | 345.84º | 0.92% | 0.66% | - |
| HSV(B) | 345.84º | 0.65% | 0.97% | - |
| XYZ | 45.82 | 28.25 | 22.44 | - |
| YUV | 139.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 125 | 0 | 0.65 | 0.50 | 0.03 | 345.84 | 0.92 | 0.66 |
| Hex | F8 | 57 | 7D | 0 | 41 | 32 | 3 | 15A | 5C | 42 |
| Octal | 370 | 127 | 175 | 0 | 101 | 62 | 3 | 532 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1111101 | 0 | 1000001 | 110010 | 11 | 101011010 | 1011100 | 1000010 |
Color Harmonies of #F8577D
Complementary color
Monochromatic Colors of #F8577D
Black with #F8577D
Text Example
Text Example
White with #F8577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8577D; }
p { color: rgb(248,87,125); }
H1.HeaderClassName
{
color: #F8577D;
}
.AnyTagClassName
{
color: #F8577D;
}
</style>
background-color css
<style>
a { background-color: #F8577D; }
a { background-color: rgb(248,87,125); }
div.DivClassName
{
background-color: #F8577D;
}
.BgClassName
{
background-color: #F8577D;
}
</style>
border-color css
<style>
span { border-color: #F8577D; }
span { border-color: rgb(248,87,125); }
td.TdClassName
{
border-color: #F8577D;
}
.TagClassName
{
border-color: #F8577D;
}
</style>