Shades of Wild Watermelon #F8575D
Tints of Wild Watermelon #F8575D
RGB
CMYK
RGB Variations
Color information
#F8575D (or 0xF8575D) is known color: Wild Watermelon. HEX triplet: F8, 57 and 5D. RGB value is (248,87,93). Sum of RGB (Red+Green+Blue) = 248+87+93=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8575D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8575D is #07A8A2. Grayscale: #878787. Windows color (decimal): -501923 or 6117368. OLE color: 6117368.
HSL color Cylindrical-coordinate representation of color #F8575D: hue angle of 357.76º 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 #F8575D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 93 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.03 |
| HSL | 357.76º | 0.92% | 0.66% | - |
| HSV(B) | 357.76º | 0.65% | 0.97% | - |
| XYZ | 44.1 | 27.56 | 13.35 | - |
| YUV | 135.82 | 103.84 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 93 | 0 | 0.65 | 0.62 | 0.03 | 357.76 | 0.92 | 0.66 |
| Hex | F8 | 57 | 5D | 0 | 41 | 3E | 3 | 166 | 5C | 42 |
| Octal | 370 | 127 | 135 | 0 | 101 | 76 | 3 | 546 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1011101 | 0 | 1000001 | 111110 | 11 | 101100110 | 1011100 | 1000010 |
Color Harmonies of #F8575D
Complementary color
Monochromatic Colors of #F8575D
Black with #F8575D
Text Example
Text Example
White with #F8575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8575D; }
p { color: rgb(248,87,93); }
H1.HeaderClassName
{
color: #F8575D;
}
.AnyTagClassName
{
color: #F8575D;
}
</style>
background-color css
<style>
a { background-color: #F8575D; }
a { background-color: rgb(248,87,93); }
div.DivClassName
{
background-color: #F8575D;
}
.BgClassName
{
background-color: #F8575D;
}
</style>
border-color css
<style>
span { border-color: #F8575D; }
span { border-color: rgb(248,87,93); }
td.TdClassName
{
border-color: #F8575D;
}
.TagClassName
{
border-color: #F8575D;
}
</style>