Shades of Wild Watermelon #FA666E
Tints of Wild Watermelon #FA666E
RGB
CMYK
RGB Variations
Color information
#FA666E (or 0xFA666E) is known color: Wild Watermelon. HEX triplet: FA, 66 and 6E. RGB value is (250,102,110). Sum of RGB (Red+Green+Blue) = 250+102+110=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA666E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA666E is #059991. Grayscale: #939393. Windows color (decimal): -366994 or 7235322. OLE color: 7235322.
HSL color Cylindrical-coordinate representation of color #FA666E: hue angle of 356.76º 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 #FA666E is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 110 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.02 |
| HSL | 356.76º | 0.94% | 0.69% | - |
| HSV(B) | 356.76º | 0.59% | 0.98% | - |
| XYZ | 46.99 | 30.95 | 18.25 | - |
| YUV | 147.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 110 | 0 | 0.59 | 0.56 | 0.02 | 356.76 | 0.94 | 0.69 |
| Hex | FA | 66 | 6E | 0 | 3B | 38 | 2 | 165 | 5E | 45 |
| Octal | 372 | 146 | 156 | 0 | 73 | 70 | 2 | 545 | 136 | 105 |
| Binary | 11111010 | 1100110 | 1101110 | 0 | 111011 | 111000 | 10 | 101100101 | 1011110 | 1000101 |
Color Harmonies of #FA666E
Complementary color
Monochromatic Colors of #FA666E
Black with #FA666E
Text Example
Text Example
White with #FA666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA666E; }
p { color: rgb(250,102,110); }
H1.HeaderClassName
{
color: #FA666E;
}
.AnyTagClassName
{
color: #FA666E;
}
</style>
background-color css
<style>
a { background-color: #FA666E; }
a { background-color: rgb(250,102,110); }
div.DivClassName
{
background-color: #FA666E;
}
.BgClassName
{
background-color: #FA666E;
}
</style>
border-color css
<style>
span { border-color: #FA666E; }
span { border-color: rgb(250,102,110); }
td.TdClassName
{
border-color: #FA666E;
}
.TagClassName
{
border-color: #FA666E;
}
</style>