Shades of Wild Watermelon #F8595A
Tints of Wild Watermelon #F8595A
RGB
CMYK
RGB Variations
Color information
#F8595A (or 0xF8595A) is known color: Wild Watermelon. HEX triplet: F8, 59 and 5A. RGB value is (248,89,90). Sum of RGB (Red+Green+Blue) = 248+89+90=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8595A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8595A is #07A6A5. Grayscale: #888888. Windows color (decimal): -501414 or 5921272. OLE color: 5921272.
HSL color Cylindrical-coordinate representation of color #F8595A: hue angle of 359.62º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8595A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 90 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.03 |
| HSL | 359.62º | 0.92% | 0.66% | - |
| HSV(B) | 359.62º | 0.64% | 0.97% | - |
| XYZ | 44.13 | 27.84 | 12.72 | - |
| YUV | 136.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 90 | 0 | 0.64 | 0.64 | 0.03 | 359.62 | 0.92 | 0.66 |
| Hex | F8 | 59 | 5A | 0 | 40 | 40 | 3 | 168 | 5C | 42 |
| Octal | 370 | 131 | 132 | 0 | 100 | 100 | 3 | 550 | 134 | 102 |
| Binary | 11111000 | 1011001 | 1011010 | 0 | 1000000 | 1000000 | 11 | 101101000 | 1011100 | 1000010 |
Color Harmonies of #F8595A
Complementary color
Monochromatic Colors of #F8595A
Black with #F8595A
Text Example
Text Example
White with #F8595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8595A; }
p { color: rgb(248,89,90); }
H1.HeaderClassName
{
color: #F8595A;
}
.AnyTagClassName
{
color: #F8595A;
}
</style>
background-color css
<style>
a { background-color: #F8595A; }
a { background-color: rgb(248,89,90); }
div.DivClassName
{
background-color: #F8595A;
}
.BgClassName
{
background-color: #F8595A;
}
</style>
border-color css
<style>
span { border-color: #F8595A; }
span { border-color: rgb(248,89,90); }
td.TdClassName
{
border-color: #F8595A;
}
.TagClassName
{
border-color: #F8595A;
}
</style>