Shades of Wild Watermelon #F8575A
Tints of Wild Watermelon #F8575A
RGB
CMYK
RGB Variations
Color information
#F8575A (or 0xF8575A) is known color: Wild Watermelon. HEX triplet: F8, 57 and 5A. RGB value is (248,87,90). Sum of RGB (Red+Green+Blue) = 248+87+90=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8575A is #07A8A5. Grayscale: #878787. Windows color (decimal): -501926 or 5920760. OLE color: 5920760.
HSL color Cylindrical-coordinate representation of color #F8575A: hue angle of 358.88º 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 #F8575A is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 90 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.03 |
| HSL | 358.88º | 0.92% | 0.66% | - |
| HSV(B) | 358.88º | 0.65% | 0.97% | - |
| XYZ | 43.97 | 27.51 | 12.67 | - |
| YUV | 135.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 90 | 0 | 0.65 | 0.64 | 0.03 | 358.88 | 0.92 | 0.66 |
| Hex | F8 | 57 | 5A | 0 | 41 | 40 | 3 | 167 | 5C | 42 |
| Octal | 370 | 127 | 132 | 0 | 101 | 100 | 3 | 547 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1011010 | 0 | 1000001 | 1000000 | 11 | 101100111 | 1011100 | 1000010 |
Color Harmonies of #F8575A
Complementary color
Monochromatic Colors of #F8575A
Black with #F8575A
Text Example
Text Example
White with #F8575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8575A; }
p { color: rgb(248,87,90); }
H1.HeaderClassName
{
color: #F8575A;
}
.AnyTagClassName
{
color: #F8575A;
}
</style>
background-color css
<style>
a { background-color: #F8575A; }
a { background-color: rgb(248,87,90); }
div.DivClassName
{
background-color: #F8575A;
}
.BgClassName
{
background-color: #F8575A;
}
</style>
border-color css
<style>
span { border-color: #F8575A; }
span { border-color: rgb(248,87,90); }
td.TdClassName
{
border-color: #F8575A;
}
.TagClassName
{
border-color: #F8575A;
}
</style>