Shades of Wild Watermelon #FA6668
Tints of Wild Watermelon #FA6668
RGB
CMYK
RGB Variations
Color information
#FA6668 (or 0xFA6668) is known color: Wild Watermelon. HEX triplet: FA, 66 and 68. RGB value is (250,102,104). Sum of RGB (Red+Green+Blue) = 250+102+104=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6668 is #059997. Grayscale: #929292. Windows color (decimal): -367000 or 6842106. OLE color: 6842106.
HSL color Cylindrical-coordinate representation of color #FA6668: hue angle of 359.19º 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 #FA6668 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 104 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.02 |
| HSL | 359.19º | 0.94% | 0.69% | - |
| HSV(B) | 359.19º | 0.59% | 0.98% | - |
| XYZ | 46.67 | 30.83 | 16.59 | - |
| YUV | 146.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 104 | 0 | 0.59 | 0.58 | 0.02 | 359.19 | 0.94 | 0.69 |
| Hex | FA | 66 | 68 | 0 | 3B | 3A | 2 | 167 | 5E | 45 |
| Octal | 372 | 146 | 150 | 0 | 73 | 72 | 2 | 547 | 136 | 105 |
| Binary | 11111010 | 1100110 | 1101000 | 0 | 111011 | 111010 | 10 | 101100111 | 1011110 | 1000101 |
Color Harmonies of #FA6668
Complementary color
Monochromatic Colors of #FA6668
Black with #FA6668
Text Example
Text Example
White with #FA6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6668; }
p { color: rgb(250,102,104); }
H1.HeaderClassName
{
color: #FA6668;
}
.AnyTagClassName
{
color: #FA6668;
}
</style>
background-color css
<style>
a { background-color: #FA6668; }
a { background-color: rgb(250,102,104); }
div.DivClassName
{
background-color: #FA6668;
}
.BgClassName
{
background-color: #FA6668;
}
</style>
border-color css
<style>
span { border-color: #FA6668; }
span { border-color: rgb(250,102,104); }
td.TdClassName
{
border-color: #FA6668;
}
.TagClassName
{
border-color: #FA6668;
}
</style>