Shades of Wild Watermelon #FA565A
Tints of Wild Watermelon #FA565A
RGB
CMYK
RGB Variations
Color information
#FA565A (or 0xFA565A) is known color: Wild Watermelon. HEX triplet: FA, 56 and 5A. RGB value is (250,86,90). Sum of RGB (Red+Green+Blue) = 250+86+90=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA565A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA565A is #05A9A5. Grayscale: #878787. Windows color (decimal): -371110 or 5920506. OLE color: 5920506.
HSL color Cylindrical-coordinate representation of color #FA565A: hue angle of 358.54º 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 #FA565A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 90 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.02 |
| HSL | 358.54º | 0.94% | 0.66% | - |
| HSV(B) | 358.54º | 0.66% | 0.98% | - |
| XYZ | 44.6 | 27.72 | 12.67 | - |
| YUV | 135.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 90 | 0 | 0.66 | 0.64 | 0.02 | 358.54 | 0.94 | 0.66 |
| Hex | FA | 56 | 5A | 0 | 42 | 40 | 2 | 167 | 5E | 42 |
| Octal | 372 | 126 | 132 | 0 | 102 | 100 | 2 | 547 | 136 | 102 |
| Binary | 11111010 | 1010110 | 1011010 | 0 | 1000010 | 1000000 | 10 | 101100111 | 1011110 | 1000010 |
Color Harmonies of #FA565A
Complementary color
Monochromatic Colors of #FA565A
Black with #FA565A
Text Example
Text Example
White with #FA565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA565A; }
p { color: rgb(250,86,90); }
H1.HeaderClassName
{
color: #FA565A;
}
.AnyTagClassName
{
color: #FA565A;
}
</style>
background-color css
<style>
a { background-color: #FA565A; }
a { background-color: rgb(250,86,90); }
div.DivClassName
{
background-color: #FA565A;
}
.BgClassName
{
background-color: #FA565A;
}
</style>
border-color css
<style>
span { border-color: #FA565A; }
span { border-color: rgb(250,86,90); }
td.TdClassName
{
border-color: #FA565A;
}
.TagClassName
{
border-color: #FA565A;
}
</style>