Shades of Wild Watermelon #F8525D
Tints of Wild Watermelon #F8525D
RGB
CMYK
RGB Variations
Color information
#F8525D (or 0xF8525D) is known color: Wild Watermelon. HEX triplet: F8, 52 and 5D. RGB value is (248,82,93). Sum of RGB (Red+Green+Blue) = 248+82+93=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8525D is #07ADA2. Grayscale: #858585. Windows color (decimal): -503203 or 6116088. OLE color: 6116088.
HSL color Cylindrical-coordinate representation of color #F8525D: hue angle of 356.02º 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 #F8525D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 93 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.03 |
| HSL | 356.02º | 0.92% | 0.65% | - |
| HSV(B) | 356.02º | 0.67% | 0.97% | - |
| XYZ | 43.7 | 26.78 | 13.22 | - |
| YUV | 132.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 93 | 0 | 0.67 | 0.62 | 0.03 | 356.02 | 0.92 | 0.65 |
| Hex | F8 | 52 | 5D | 0 | 43 | 3E | 3 | 164 | 5C | 41 |
| Octal | 370 | 122 | 135 | 0 | 103 | 76 | 3 | 544 | 134 | 101 |
| Binary | 11111000 | 1010010 | 1011101 | 0 | 1000011 | 111110 | 11 | 101100100 | 1011100 | 1000001 |
Color Harmonies of #F8525D
Complementary color
Monochromatic Colors of #F8525D
Black with #F8525D
Text Example
Text Example
White with #F8525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8525D; }
p { color: rgb(248,82,93); }
H1.HeaderClassName
{
color: #F8525D;
}
.AnyTagClassName
{
color: #F8525D;
}
</style>
background-color css
<style>
a { background-color: #F8525D; }
a { background-color: rgb(248,82,93); }
div.DivClassName
{
background-color: #F8525D;
}
.BgClassName
{
background-color: #F8525D;
}
</style>
border-color css
<style>
span { border-color: #F8525D; }
span { border-color: rgb(248,82,93); }
td.TdClassName
{
border-color: #F8525D;
}
.TagClassName
{
border-color: #F8525D;
}
</style>