Shades of Wild Watermelon #F8525C
Tints of Wild Watermelon #F8525C
RGB
CMYK
RGB Variations
Color information
#F8525C (or 0xF8525C) is known color: Wild Watermelon. HEX triplet: F8, 52 and 5C. RGB value is (248,82,92). Sum of RGB (Red+Green+Blue) = 248+82+92=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8525C is #07ADA3. Grayscale: #848484. Windows color (decimal): -503204 or 6050552. OLE color: 6050552.
HSL color Cylindrical-coordinate representation of color #F8525C: hue angle of 356.39º 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 #F8525C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 92 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.03 |
| HSL | 356.39º | 0.92% | 0.65% | - |
| HSV(B) | 356.39º | 0.67% | 0.97% | - |
| XYZ | 43.66 | 26.76 | 12.99 | - |
| YUV | 132.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 92 | 0 | 0.67 | 0.63 | 0.03 | 356.39 | 0.92 | 0.65 |
| Hex | F8 | 52 | 5C | 0 | 43 | 3F | 3 | 164 | 5C | 41 |
| Octal | 370 | 122 | 134 | 0 | 103 | 77 | 3 | 544 | 134 | 101 |
| Binary | 11111000 | 1010010 | 1011100 | 0 | 1000011 | 111111 | 11 | 101100100 | 1011100 | 1000001 |
Color Harmonies of #F8525C
Complementary color
Monochromatic Colors of #F8525C
Black with #F8525C
Text Example
Text Example
White with #F8525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8525C; }
p { color: rgb(248,82,92); }
H1.HeaderClassName
{
color: #F8525C;
}
.AnyTagClassName
{
color: #F8525C;
}
</style>
background-color css
<style>
a { background-color: #F8525C; }
a { background-color: rgb(248,82,92); }
div.DivClassName
{
background-color: #F8525C;
}
.BgClassName
{
background-color: #F8525C;
}
</style>
border-color css
<style>
span { border-color: #F8525C; }
span { border-color: rgb(248,82,92); }
td.TdClassName
{
border-color: #F8525C;
}
.TagClassName
{
border-color: #F8525C;
}
</style>