Shades of Wild Watermelon #F8535C
Tints of Wild Watermelon #F8535C
RGB
CMYK
RGB Variations
Color information
#F8535C (or 0xF8535C) is known color: Wild Watermelon. HEX triplet: F8, 53 and 5C. RGB value is (248,83,92). Sum of RGB (Red+Green+Blue) = 248+83+92=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8535C is #07ACA3. Grayscale: #858585. Windows color (decimal): -502948 or 6050808. OLE color: 6050808.
HSL color Cylindrical-coordinate representation of color #F8535C: hue angle of 356.73º 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 #F8535C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 92 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.03 |
| HSL | 356.73º | 0.92% | 0.65% | - |
| HSV(B) | 356.73º | 0.67% | 0.97% | - |
| XYZ | 43.74 | 26.92 | 13.02 | - |
| YUV | 133.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 92 | 0 | 0.67 | 0.63 | 0.03 | 356.73 | 0.92 | 0.65 |
| Hex | F8 | 53 | 5C | 0 | 43 | 3F | 3 | 165 | 5C | 41 |
| Octal | 370 | 123 | 134 | 0 | 103 | 77 | 3 | 545 | 134 | 101 |
| Binary | 11111000 | 1010011 | 1011100 | 0 | 1000011 | 111111 | 11 | 101100101 | 1011100 | 1000001 |
Color Harmonies of #F8535C
Complementary color
Monochromatic Colors of #F8535C
Black with #F8535C
Text Example
Text Example
White with #F8535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8535C; }
p { color: rgb(248,83,92); }
H1.HeaderClassName
{
color: #F8535C;
}
.AnyTagClassName
{
color: #F8535C;
}
</style>
background-color css
<style>
a { background-color: #F8535C; }
a { background-color: rgb(248,83,92); }
div.DivClassName
{
background-color: #F8535C;
}
.BgClassName
{
background-color: #F8535C;
}
</style>
border-color css
<style>
span { border-color: #F8535C; }
span { border-color: rgb(248,83,92); }
td.TdClassName
{
border-color: #F8535C;
}
.TagClassName
{
border-color: #F8535C;
}
</style>