Shades of Wild Watermelon #FA565E
Tints of Wild Watermelon #FA565E
RGB
CMYK
RGB Variations
Color information
#FA565E (or 0xFA565E) is known color: Wild Watermelon. HEX triplet: FA, 56 and 5E. RGB value is (250,86,94). Sum of RGB (Red+Green+Blue) = 250+86+94=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA565E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA565E is #05A9A1. Grayscale: #888888. Windows color (decimal): -371106 or 6182650. OLE color: 6182650.
HSL color Cylindrical-coordinate representation of color #FA565E: hue angle of 357.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA565E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 94 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.02 |
| HSL | 357.07º | 0.94% | 0.66% | - |
| HSV(B) | 357.07º | 0.66% | 0.98% | - |
| XYZ | 44.77 | 27.79 | 13.59 | - |
| YUV | 135.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 94 | 0 | 0.66 | 0.62 | 0.02 | 357.07 | 0.94 | 0.66 |
| Hex | FA | 56 | 5E | 0 | 42 | 3E | 2 | 165 | 5E | 42 |
| Octal | 372 | 126 | 136 | 0 | 102 | 76 | 2 | 545 | 136 | 102 |
| Binary | 11111010 | 1010110 | 1011110 | 0 | 1000010 | 111110 | 10 | 101100101 | 1011110 | 1000010 |
Color Harmonies of #FA565E
Complementary color
Monochromatic Colors of #FA565E
Black with #FA565E
Text Example
Text Example
White with #FA565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA565E; }
p { color: rgb(250,86,94); }
H1.HeaderClassName
{
color: #FA565E;
}
.AnyTagClassName
{
color: #FA565E;
}
</style>
background-color css
<style>
a { background-color: #FA565E; }
a { background-color: rgb(250,86,94); }
div.DivClassName
{
background-color: #FA565E;
}
.BgClassName
{
background-color: #FA565E;
}
</style>
border-color css
<style>
span { border-color: #FA565E; }
span { border-color: rgb(250,86,94); }
td.TdClassName
{
border-color: #FA565E;
}
.TagClassName
{
border-color: #FA565E;
}
</style>