Shades of Wild Watermelon #FA6366
Tints of Wild Watermelon #FA6366
RGB
CMYK
RGB Variations
Color information
#FA6366 (or 0xFA6366) is known color: Wild Watermelon. HEX triplet: FA, 63 and 66. RGB value is (250,99,102). Sum of RGB (Red+Green+Blue) = 250+99+102=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6366 is #059C99. Grayscale: #909090. Windows color (decimal): -367770 or 6710266. OLE color: 6710266.
HSL color Cylindrical-coordinate representation of color #FA6366: hue angle of 358.81º 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 #FA6366 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 102 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.02 |
| HSL | 358.81º | 0.94% | 0.68% | - |
| HSV(B) | 358.81º | 0.6% | 0.98% | - |
| XYZ | 46.28 | 30.21 | 15.96 | - |
| YUV | 144.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 102 | 0 | 0.60 | 0.59 | 0.02 | 358.81 | 0.94 | 0.68 |
| Hex | FA | 63 | 66 | 0 | 3C | 3B | 2 | 167 | 5E | 44 |
| Octal | 372 | 143 | 146 | 0 | 74 | 73 | 2 | 547 | 136 | 104 |
| Binary | 11111010 | 1100011 | 1100110 | 0 | 111100 | 111011 | 10 | 101100111 | 1011110 | 1000100 |
Color Harmonies of #FA6366
Complementary color
Monochromatic Colors of #FA6366
Black with #FA6366
Text Example
Text Example
White with #FA6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6366; }
p { color: rgb(250,99,102); }
H1.HeaderClassName
{
color: #FA6366;
}
.AnyTagClassName
{
color: #FA6366;
}
</style>
background-color css
<style>
a { background-color: #FA6366; }
a { background-color: rgb(250,99,102); }
div.DivClassName
{
background-color: #FA6366;
}
.BgClassName
{
background-color: #FA6366;
}
</style>
border-color css
<style>
span { border-color: #FA6366; }
span { border-color: rgb(250,99,102); }
td.TdClassName
{
border-color: #FA6366;
}
.TagClassName
{
border-color: #FA6366;
}
</style>