Shades of Wild Watermelon #FA6568
Tints of Wild Watermelon #FA6568
RGB
CMYK
RGB Variations
Color information
#FA6568 (or 0xFA6568) is known color: Wild Watermelon. HEX triplet: FA, 65 and 68. RGB value is (250,101,104). Sum of RGB (Red+Green+Blue) = 250+101+104=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6568 is #059A97. Grayscale: #929292. Windows color (decimal): -367256 or 6841850. OLE color: 6841850.
HSL color Cylindrical-coordinate representation of color #FA6568: hue angle of 358.79º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6568 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 104 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.02 |
| HSL | 358.79º | 0.94% | 0.69% | - |
| HSV(B) | 358.79º | 0.6% | 0.98% | - |
| XYZ | 46.58 | 30.63 | 16.55 | - |
| YUV | 145.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 104 | 0 | 0.60 | 0.58 | 0.02 | 358.79 | 0.94 | 0.69 |
| Hex | FA | 65 | 68 | 0 | 3C | 3A | 2 | 167 | 5E | 45 |
| Octal | 372 | 145 | 150 | 0 | 74 | 72 | 2 | 547 | 136 | 105 |
| Binary | 11111010 | 1100101 | 1101000 | 0 | 111100 | 111010 | 10 | 101100111 | 1011110 | 1000101 |
Color Harmonies of #FA6568
Complementary color
Monochromatic Colors of #FA6568
Black with #FA6568
Text Example
Text Example
White with #FA6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6568; }
p { color: rgb(250,101,104); }
H1.HeaderClassName
{
color: #FA6568;
}
.AnyTagClassName
{
color: #FA6568;
}
</style>
background-color css
<style>
a { background-color: #FA6568; }
a { background-color: rgb(250,101,104); }
div.DivClassName
{
background-color: #FA6568;
}
.BgClassName
{
background-color: #FA6568;
}
</style>
border-color css
<style>
span { border-color: #FA6568; }
span { border-color: rgb(250,101,104); }
td.TdClassName
{
border-color: #FA6568;
}
.TagClassName
{
border-color: #FA6568;
}
</style>