Shades of Wild Watermelon #F8545A
Tints of Wild Watermelon #F8545A
RGB
CMYK
RGB Variations
Color information
#F8545A (or 0xF8545A) is known color: Wild Watermelon. HEX triplet: F8, 54 and 5A. RGB value is (248,84,90). Sum of RGB (Red+Green+Blue) = 248+84+90=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8545A is #07ABA5. Grayscale: #858585. Windows color (decimal): -502694 or 5919992. OLE color: 5919992.
HSL color Cylindrical-coordinate representation of color #F8545A: hue angle of 357.8º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8545A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 90 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.03 |
| HSL | 357.8º | 0.92% | 0.65% | - |
| HSV(B) | 357.8º | 0.66% | 0.97% | - |
| XYZ | 43.73 | 27.04 | 12.59 | - |
| YUV | 133.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 90 | 0 | 0.66 | 0.64 | 0.03 | 357.8 | 0.92 | 0.65 |
| Hex | F8 | 54 | 5A | 0 | 42 | 40 | 3 | 166 | 5C | 41 |
| Octal | 370 | 124 | 132 | 0 | 102 | 100 | 3 | 546 | 134 | 101 |
| Binary | 11111000 | 1010100 | 1011010 | 0 | 1000010 | 1000000 | 11 | 101100110 | 1011100 | 1000001 |
Color Harmonies of #F8545A
Complementary color
Monochromatic Colors of #F8545A
Black with #F8545A
Text Example
Text Example
White with #F8545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8545A; }
p { color: rgb(248,84,90); }
H1.HeaderClassName
{
color: #F8545A;
}
.AnyTagClassName
{
color: #F8545A;
}
</style>
background-color css
<style>
a { background-color: #F8545A; }
a { background-color: rgb(248,84,90); }
div.DivClassName
{
background-color: #F8545A;
}
.BgClassName
{
background-color: #F8545A;
}
</style>
border-color css
<style>
span { border-color: #F8545A; }
span { border-color: rgb(248,84,90); }
td.TdClassName
{
border-color: #F8545A;
}
.TagClassName
{
border-color: #F8545A;
}
</style>