Shades of Wild Watermelon #FA6768
Tints of Wild Watermelon #FA6768
RGB
CMYK
RGB Variations
Color information
#FA6768 (or 0xFA6768) is known color: Wild Watermelon. HEX triplet: FA, 67 and 68. RGB value is (250,103,104). Sum of RGB (Red+Green+Blue) = 250+103+104=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6768 is #059897. Grayscale: #939393. Windows color (decimal): -366744 or 6842362. OLE color: 6842362.
HSL color Cylindrical-coordinate representation of color #FA6768: hue angle of 359.59º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA6768 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 104 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.02 |
| HSL | 359.59º | 0.94% | 0.69% | - |
| HSV(B) | 359.59º | 0.59% | 0.98% | - |
| XYZ | 46.77 | 31.02 | 16.62 | - |
| YUV | 147.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 104 | 0 | 0.59 | 0.58 | 0.02 | 359.59 | 0.94 | 0.69 |
| Hex | FA | 67 | 68 | 0 | 3B | 3A | 2 | 168 | 5E | 45 |
| Octal | 372 | 147 | 150 | 0 | 73 | 72 | 2 | 550 | 136 | 105 |
| Binary | 11111010 | 1100111 | 1101000 | 0 | 111011 | 111010 | 10 | 101101000 | 1011110 | 1000101 |
Color Harmonies of #FA6768
Complementary color
Monochromatic Colors of #FA6768
Black with #FA6768
Text Example
Text Example
White with #FA6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6768; }
p { color: rgb(250,103,104); }
H1.HeaderClassName
{
color: #FA6768;
}
.AnyTagClassName
{
color: #FA6768;
}
</style>
background-color css
<style>
a { background-color: #FA6768; }
a { background-color: rgb(250,103,104); }
div.DivClassName
{
background-color: #FA6768;
}
.BgClassName
{
background-color: #FA6768;
}
</style>
border-color css
<style>
span { border-color: #FA6768; }
span { border-color: rgb(250,103,104); }
td.TdClassName
{
border-color: #FA6768;
}
.TagClassName
{
border-color: #FA6768;
}
</style>