Shades of Wild Watermelon #FA567D
Tints of Wild Watermelon #FA567D
RGB
CMYK
RGB Variations
Color information
#FA567D (or 0xFA567D) is known color: Wild Watermelon. HEX triplet: FA, 56 and 7D. RGB value is (250,86,125). Sum of RGB (Red+Green+Blue) = 250+86+125=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA567D is #05A982. Grayscale: #8B8B8B. Windows color (decimal): -371075 or 8214266. OLE color: 8214266.
HSL color Cylindrical-coordinate representation of color #FA567D: hue angle of 345.73º 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 #FA567D is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 125 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.02 |
| HSL | 345.73º | 0.94% | 0.66% | - |
| HSV(B) | 345.73º | 0.66% | 0.98% | - |
| XYZ | 46.45 | 28.46 | 22.45 | - |
| YUV | 139.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 125 | 0 | 0.66 | 0.50 | 0.02 | 345.73 | 0.94 | 0.66 |
| Hex | FA | 56 | 7D | 0 | 42 | 32 | 2 | 15A | 5E | 42 |
| Octal | 372 | 126 | 175 | 0 | 102 | 62 | 2 | 532 | 136 | 102 |
| Binary | 11111010 | 1010110 | 1111101 | 0 | 1000010 | 110010 | 10 | 101011010 | 1011110 | 1000010 |
Color Harmonies of #FA567D
Complementary color
Monochromatic Colors of #FA567D
Black with #FA567D
Text Example
Text Example
White with #FA567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA567D; }
p { color: rgb(250,86,125); }
H1.HeaderClassName
{
color: #FA567D;
}
.AnyTagClassName
{
color: #FA567D;
}
</style>
background-color css
<style>
a { background-color: #FA567D; }
a { background-color: rgb(250,86,125); }
div.DivClassName
{
background-color: #FA567D;
}
.BgClassName
{
background-color: #FA567D;
}
</style>
border-color css
<style>
span { border-color: #FA567D; }
span { border-color: rgb(250,86,125); }
td.TdClassName
{
border-color: #FA567D;
}
.TagClassName
{
border-color: #FA567D;
}
</style>