Shades of Wild Watermelon #FA6376
Tints of Wild Watermelon #FA6376
RGB
CMYK
RGB Variations
Color information
#FA6376 (or 0xFA6376) is known color: Wild Watermelon. HEX triplet: FA, 63 and 76. RGB value is (250,99,118). Sum of RGB (Red+Green+Blue) = 250+99+118=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6376 is #059C89. Grayscale: #929292. Windows color (decimal): -367754 or 7758842. OLE color: 7758842.
HSL color Cylindrical-coordinate representation of color #FA6376: hue angle of 352.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6376 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 118 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.02 |
| HSL | 352.45º | 0.94% | 0.68% | - |
| HSV(B) | 352.45º | 0.6% | 0.98% | - |
| XYZ | 47.16 | 30.56 | 20.55 | - |
| YUV | 146.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 118 | 0 | 0.60 | 0.53 | 0.02 | 352.45 | 0.94 | 0.68 |
| Hex | FA | 63 | 76 | 0 | 3C | 35 | 2 | 160 | 5E | 44 |
| Octal | 372 | 143 | 166 | 0 | 74 | 65 | 2 | 540 | 136 | 104 |
| Binary | 11111010 | 1100011 | 1110110 | 0 | 111100 | 110101 | 10 | 101100000 | 1011110 | 1000100 |
Color Harmonies of #FA6376
Complementary color
Monochromatic Colors of #FA6376
Black with #FA6376
Text Example
Text Example
White with #FA6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6376; }
p { color: rgb(250,99,118); }
H1.HeaderClassName
{
color: #FA6376;
}
.AnyTagClassName
{
color: #FA6376;
}
</style>
background-color css
<style>
a { background-color: #FA6376; }
a { background-color: rgb(250,99,118); }
div.DivClassName
{
background-color: #FA6376;
}
.BgClassName
{
background-color: #FA6376;
}
</style>
border-color css
<style>
span { border-color: #FA6376; }
span { border-color: rgb(250,99,118); }
td.TdClassName
{
border-color: #FA6376;
}
.TagClassName
{
border-color: #FA6376;
}
</style>