Shades of Wild Watermelon #F8547D
Tints of Wild Watermelon #F8547D
RGB
CMYK
RGB Variations
Color information
#F8547D (or 0xF8547D) is known color: Wild Watermelon. HEX triplet: F8, 54 and 7D. RGB value is (248,84,125). Sum of RGB (Red+Green+Blue) = 248+84+125=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8547D is #07AB82. Grayscale: #898989. Windows color (decimal): -502659 or 8213752. OLE color: 8213752.
HSL color Cylindrical-coordinate representation of color #F8547D: hue angle of 345º 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 #F8547D is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 125 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.03 |
| HSL | 345º | 0.92% | 0.65% | - |
| HSV(B) | 345º | 0.66% | 0.97% | - |
| XYZ | 45.58 | 27.78 | 22.36 | - |
| YUV | 137.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 125 | 0 | 0.66 | 0.50 | 0.03 | 345 | 0.92 | 0.65 |
| Hex | F8 | 54 | 7D | 0 | 42 | 32 | 3 | 159 | 5C | 41 |
| Octal | 370 | 124 | 175 | 0 | 102 | 62 | 3 | 531 | 134 | 101 |
| Binary | 11111000 | 1010100 | 1111101 | 0 | 1000010 | 110010 | 11 | 101011001 | 1011100 | 1000001 |
Color Harmonies of #F8547D
Complementary color
Monochromatic Colors of #F8547D
Black with #F8547D
Text Example
Text Example
White with #F8547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8547D; }
p { color: rgb(248,84,125); }
H1.HeaderClassName
{
color: #F8547D;
}
.AnyTagClassName
{
color: #F8547D;
}
</style>
background-color css
<style>
a { background-color: #F8547D; }
a { background-color: rgb(248,84,125); }
div.DivClassName
{
background-color: #F8547D;
}
.BgClassName
{
background-color: #F8547D;
}
</style>
border-color css
<style>
span { border-color: #F8547D; }
span { border-color: rgb(248,84,125); }
td.TdClassName
{
border-color: #F8547D;
}
.TagClassName
{
border-color: #F8547D;
}
</style>